]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2005-04-13 David Zeuthen <davidz@redhat.com>
authorDavid Zeuthen <davidz@redhat.com>
Thu, 14 Apr 2005 15:10:22 +0000 (15:10 +0000)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 14 Apr 2005 15:10:22 +0000 (15:10 +0000)
        * bus/config-parser.c (bus_config_parser_new): Bump this to a
        more reasonable, yet still totally arbitrary, value :-).

ChangeLog
bus/config-parser.c

index 45b95a32da0926d4fd31d4380832a20b1586ba6c..486d57d245164c8d8ebdb3d363aa78c08f2008c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index d105cb0e2b9a7125bd0280c6fe2fd5e07b4ddbf7..9b9ad7f326fceda6f737640da48285219a0b42e7 100644 (file)
@@ -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;