diff options
author | Scott James Remnant <scott@ubuntu.com> | 2009-05-11 22:54:44 +0100 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-07-14 15:38:33 -0400 |
commit | 21b0ff273a69d19e505b71c263725302aa5b025f (patch) | |
tree | 644e70002b1ef6a877466aa7c99c15911f1c2a82 | |
parent | f68efe1e80da2c51d9af607272600a8de02808cc (diff) | |
download | dbus-21b0ff273a69d19e505b71c263725302aa5b025f.tar.gz |
Unrestrict session bus timeout.
* bus/session.conf.in: Remove the reply_timeout stanza, previously
intended to increase the reply timeout, this now reduces it.
Signed-off-by: Scott James Remnant <scott@ubuntu.com>
(cherry picked from commit bd2063e17e1bb57dee1a5dfed76c9dde76d55ff3)
-rw-r--r-- | bus/session.conf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bus/session.conf.in b/bus/session.conf.in index 794eb8da..e7229ad5 100644 --- a/bus/session.conf.in +++ b/bus/session.conf.in @@ -56,6 +56,5 @@ <limit name="max_names_per_connection">50000</limit> <limit name="max_match_rules_per_connection">50000</limit> <limit name="max_replies_per_connection">50000</limit> - <limit name="reply_timeout">300000</limit> </busconfig> |