From: Scott James Remnant Date: Mon, 11 May 2009 21:43:09 +0000 (+0100) Subject: Change default reply timeout. X-Git-Tag: dbus-1.3.0~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f1d2a2fa8ba2f25121465ad82289c0e09c9675a;p=thirdparty%2Fdbus.git Change default reply timeout. * bus/config-parser.c (bus_config_parser_new): change the default reply timeout to "never" Signed-off-by: Scott James Remnant --- diff --git a/bus/config-parser.c b/bus/config-parser.c index c3e8fba19..6cfa2d6e2 100644 --- a/bus/config-parser.c +++ b/bus/config-parser.c @@ -439,7 +439,7 @@ bus_config_parser_new (const DBusString *basedir, */ parser->limits.max_match_rules_per_connection = 512; - parser->limits.reply_timeout = 5 * 60 * 1000; /* 5 minutes */ + parser->limits.reply_timeout = -1; /* never */ /* this is effectively a limit on message queue size for messages * that require a reply