mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-11 23:50:20 +01:00
Change default reply timeout.
* bus/config-parser.c (bus_config_parser_new): change the default reply
timeout to "never"
Signed-off-by: Scott James Remnant <scott@ubuntu.com>
(cherry picked from commit 8f1d2a2fa8)
This commit is contained in:
parent
ce326587c3
commit
f68efe1e80
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ bus_config_parser_new (const DBusString *basedir,
|
|||
*/
|
||||
parser->limits.max_match_rules_per_connection = 512;
|
||||
|
||||
parser->limits.reply_timeout = 5 * 60 * 1000; /* 5 minutes */
|
||||
parser->limits.reply_timeout = -1; /* never */
|
||||
|
||||
/* this is effectively a limit on message queue size for messages
|
||||
* that require a reply
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue