summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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