summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorScott James Remnant <scott@ubuntu.com>2009-05-11 22:43:09 +0100
committerColin Walters <walters@verbum.org>2009-07-14 15:38:25 -0400
commitf68efe1e80da2c51d9af607272600a8de02808cc (patch)
tree97f51f8888d71908232b6e48cd1cbe047cfa1e7e /bus
parentce326587c33d1d579785b6d8c18699964c1bc93a (diff)
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 <scott@ubuntu.com> (cherry picked from commit 8f1d2a2fa8ba2f25121465ad82289c0e09c9675a)
Diffstat (limited to 'bus')
-rw-r--r--bus/config-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/config-parser.c b/bus/config-parser.c
index 38ce8a1d..b76b2730 100644
--- a/bus/config-parser.c
+++ b/bus/config-parser.c
@@ -437,7 +437,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