From b3bd48edfc1aab0a9dc64bfa4c380d845d218e73 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 25 Apr 2003 23:50:34 +0000 Subject: 2003-04-25 Havoc Pennington test suite is slightly hosed at the moment, will fix soon * bus/connection.c (bus_connections_expire_incomplete): fix to properly disable the timeout when required (bus_connection_set_name): check whether we can remove incomplete connections timeout after we complete each connection. * dbus/dbus-mainloop.c (check_timeout): fix this up a bit, probably still broken. * bus/services.c (bus_registry_acquire_service): implement max number of services owned, and honor allow/deny rules on which services a connection can own. * bus/connection.c (bus_connection_get_policy): report errors here * bus/activation.c: implement limit on number of pending activations --- doc/config-file.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/config-file.txt') diff --git a/doc/config-file.txt b/doc/config-file.txt index ed3cdfab..e6e24e0f 100644 --- a/doc/config-file.txt +++ b/doc/config-file.txt @@ -135,9 +135,9 @@ Elements: Available limits are: "max_incoming_bytes" : total size in bytes of messages - incoming from a connection + incoming from a single connection "max_outgoing_bytes" : total size in bytes of messages - queued up for a connection + queued up for a single connection "max_message_size" : max size of a single message in bytes "activation_timeout" : milliseconds (thousandths) until @@ -150,6 +150,10 @@ Elements: connections "max_connections_per_user" : max number of completed connections from the same user + "max_pending_activations" : max number of activations in + progress at the same time + "max_services_per_connection": max number of services a single + connection can own Some notes: -- cgit