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 45b95a3..486d57d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index d105cb0..9b9ad7f 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;