From ded3a8efb1162126a79a81a786073c37087c3388 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 14 Apr 2005 15:10:22 +0000 Subject: 2005-04-13 David Zeuthen * bus/config-parser.c (bus_config_parser_new): Bump this to a more reasonable, yet still totally arbitrary, value :-). --- bus/config-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus') diff --git a/bus/config-parser.c b/bus/config-parser.c index d105cb0e..9b9ad7f3 100644 --- a/bus/config-parser.c +++ b/bus/config-parser.c @@ -419,7 +419,7 @@ bus_config_parser_new (const DBusString *basedir, parser->limits.max_pending_activations = 256; parser->limits.max_services_per_connection = 256; - parser->limits.max_match_rules_per_connection = 128; + parser->limits.max_match_rules_per_connection = 512; parser->limits.reply_timeout = 5 * 60 * 1000; /* 5 minutes */ parser->limits.max_replies_per_connection = 32; -- cgit