diff options
author | David Zeuthen <davidz@redhat.com> | 2005-04-14 15:10:22 +0000 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2005-04-14 15:10:22 +0000 |
commit | ded3a8efb1162126a79a81a786073c37087c3388 (patch) | |
tree | ab463fc026951f306a7a35d60ff468368e7fb349 | |
parent | a43b6f86d1bbf0fffa931eb04a86df045e9866b6 (diff) |
2005-04-13 David Zeuthen <davidz@redhat.com>
* bus/config-parser.c (bus_config_parser_new): Bump this to a
more reasonable, yet still totally arbitrary, value :-).
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | bus/config-parser.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2005-04-13 David Zeuthen <davidz@redhat.com> + * bus/config-parser.c (bus_config_parser_new): Bump this to a + more reasonable, yet still totally arbitrary, value :-). + +2005-04-13 David Zeuthen <davidz@redhat.com> + * 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 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; |