[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-dbus
Subject:    [PATCH 9/9] Change default reply timeout.
From:       Scott James Remnant <scott () netsplit ! com>
Date:       2008-07-18 16:20:46
Message-ID: 20080718162046.GA20257 () bioshock ! vm ! bytemark ! co ! uk
[Download RAW message or body]

* 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

_______________________________________________
dbus mailing list
dbus@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dbus
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic