dbus/test/data/valid-config-files many-rules.conf,1.2,1.3

Olivier Andrieu oandrieu at freedesktop.org
Wed Aug 25 01:03:14 PDT 2004


Update of /cvs/dbus/dbus/test/data/valid-config-files
In directory gabe:/tmp/cvs-serv23709/test/data/valid-config-files

Modified Files:
	many-rules.conf 
Log Message:
* bus/config-parser.c (set_limit):
* bus/dbus-daemon-1.1.in:
* test/data/valid-config-files/many-rules.conf: set the
max_match_rules_per_connection limt from the config file. 

* doc/busconfig.dtd: update the DTD.

* bus/driver.c: remove some unused variables.


Index: many-rules.conf
===================================================================
RCS file: /cvs/dbus/dbus/test/data/valid-config-files/many-rules.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- many-rules.conf	30 Sep 2003 02:33:05 -0000	1.2
+++ many-rules.conf	25 Aug 2004 08:03:12 -0000	1.3
@@ -53,5 +53,6 @@
   <limit name="max_connections_per_user">64</limit>
   <limit name="max_pending_activations">64</limit>
   <limit name="max_services_per_connection">256</limit>
+  <limit name="max_match_rules_per_connection">512</limit>
                                    
 </busconfig>



More information about the dbus-commit mailing list