diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-27 18:47:59 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-27 18:47:59 +0000 |
commit | 2f8ca4907776a3d69d8ceb15fd9b9b8e7acb436d (patch) | |
tree | 054584006f7544e950427693300fc7ece948820f /packages/dbus/dbus-1.2.1 | |
parent | a08ae37e3823f33cc69599529f468b4877ae898f (diff) |
dbus all increase maximum system bus timeout
Diffstat (limited to 'packages/dbus/dbus-1.2.1')
-rw-r--r-- | packages/dbus/dbus-1.2.1/sanitize-reply-timeout.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/dbus/dbus-1.2.1/sanitize-reply-timeout.patch b/packages/dbus/dbus-1.2.1/sanitize-reply-timeout.patch new file mode 100644 index 0000000000..75ee6bdd6a --- /dev/null +++ b/packages/dbus/dbus-1.2.1/sanitize-reply-timeout.patch @@ -0,0 +1,16 @@ +# DBus is from the desktop world, systems are _FAST_ there +# On Embedded, some things might take a bit longer +# Default session bus timeout is 300 seconds(!), whereas default +# system bus timeout is only 25 seconds. This increases it to 60. +# Signed off: Michael 'Mickey' Lauer <mlauer@vanille-media.de> +Index: dbus-1.2.1/bus/system.conf +=================================================================== +--- dbus-1.2.1.orig/bus/system.conf.in ++++ dbus-1.2.1/bus/system.conf.in +@@ -65,4 +65,6 @@ + + <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include> + ++ <limit name="reply_timeout">60000</limit> ++ + </busconfig> |