X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fconfig-file.txt;h=e6e24e0fd86064f49fcbbe10114134efa0c84079;hb=b3bd48edfc1aab0a9dc64bfa4c380d845d218e73;hp=ed3cdfab000805357a8794561a8892ed6db0f868;hpb=4b87aa40dfba668f8622873f2ea420b098704e41;p=platform%2Fupstream%2Fdbus.git diff --git a/doc/config-file.txt b/doc/config-file.txt index ed3cdfa..e6e24e0 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: