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://review.tizen.org/git/?a=commitdiff_plain;h=ded3a8efb1162126a79a81a786073c37087c3388;p=platform%2Fupstream%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 45b95a3..486d57d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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 allow/deny messages diff --git a/bus/config-parser.c b/bus/config-parser.c index d105cb0..9b9ad7f 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;