diff options
| -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; | 
