]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Change default reply timeout.
authorScott James Remnant <scott@ubuntu.com>
Mon, 11 May 2009 21:43:09 +0000 (22:43 +0100)
committerScott James Remnant <scott@ubuntu.com>
Thu, 28 May 2009 09:47:36 +0000 (11:47 +0200)
* bus/config-parser.c (bus_config_parser_new): change the default reply
  timeout to "never"

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
bus/config-parser.c

index c3e8fba1956983c8af75637e2828c1c0f8e82ece..6cfa2d6e2f9910c69ca66954acc89c801d3da309 100644 (file)
@@ -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