[PATCH 9/9] Change default reply timeout.

Scott James Remnant scott at netsplit.com
Fri Jul 18 09:20:46 PDT 2008


* bus/config-parser.c (bus_config_parser_new): change the default reply
  timeout to "never"
---
 bus/config-parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bus/config-parser.c b/bus/config-parser.c
index f9e0b7d..2922ee4 100644
--- a/bus/config-parser.c
+++ b/bus/config-parser.c
@@ -431,7 +431,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
-- 
1.5.4.3



More information about the dbus mailing list