]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
config: use <<20 for MB
authorSage Weil <sage@newdream.net>
Mon, 28 Jun 2010 22:32:04 +0000 (15:32 -0700)
committerSage Weil <sage@newdream.net>
Tue, 29 Jun 2010 21:40:30 +0000 (14:40 -0700)
src/config.cc

index fea938a123b79ffa002c4ecaff1721c468bf409b..bfce6994b78ce39741e0d40f3a93294705cbe341 100644 (file)
@@ -310,7 +310,7 @@ static struct config_option config_optionsp[] = {
        OPTION(ms_die_on_failure, 0, OPT_BOOL, false),
        OPTION(ms_nocrc, 0, OPT_BOOL, false),
        OPTION(ms_die_on_bad_msg, 0, OPT_BOOL, false),
-       OPTION(ms_waiting_message_bytes, 0, OPT_INT, 104857600),
+       OPTION(ms_waiting_message_bytes, 0, OPT_INT, 100 << 20),
        OPTION(mon_data, 0, OPT_STR, ""),
        OPTION(mon_tick_interval, 0, OPT_INT, 5),
        OPTION(mon_subscribe_interval, 0, OPT_DOUBLE, 300),