mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 15:47:59 +02:00
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 :-).
This commit is contained in:
parent
a43b6f86d1
commit
ded3a8efb1
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue