From: David Zeuthen Date: Thu, 14 Apr 2005 15:10:22 +0000 (+0000) Subject: 2005-04-13 David Zeuthen X-Git-Tag: dbus-0.33.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ded3a8efb1162126a79a81a786073c37087c3388;p=thirdparty%2Fdbus.git 2005-04-13 David Zeuthen * bus/config-parser.c (bus_config_parser_new): Bump this to a more reasonable, yet still totally arbitrary, value :-). --- diff --git a/ChangeLog b/ChangeLog index 45b95a32d..486d57d24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-13 David Zeuthen + + * bus/config-parser.c (bus_config_parser_new): Bump this to a + more reasonable, yet still totally arbitrary, value :-). + 2005-04-13 David Zeuthen * doc/TODO: Added an "important for 1.0" item about selinux diff --git a/bus/config-parser.c b/bus/config-parser.c index d105cb0e2..9b9ad7f32 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;