dbus/bus config-parser.c,1.40,1.41

David Zeuthen david at freedesktop.org
Thu Apr 14 08:10:24 PDT 2005


Update of /cvs/dbus/dbus/bus
In directory gabe:/tmp/cvs-serv4036/bus

Modified Files:
	config-parser.c 
Log Message:
2005-04-13  David Zeuthen  <davidz at redhat.com>

        * bus/config-parser.c (bus_config_parser_new): Bump this to a
        more reasonable, yet still totally arbitrary, value :-).



Index: config-parser.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/config-parser.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- config-parser.c	18 Jan 2005 20:42:15 -0000	1.40
+++ config-parser.c	14 Apr 2005 15:10:22 -0000	1.41
@@ -419,7 +419,7 @@
       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;



More information about the dbus-commit mailing list