Changeset View
Changeset View
Standalone View
Standalone View
files/0001-exit_idle_time.patch
- This file was added.
| From 97330ac6c339dcd66e0ce405e08ee38b36c5979f Mon Sep 17 00:00:00 2001 | |||||
| From: Pierre-Yves <pyu@riseup.net> | |||||
| Date: Mon, 15 Jan 2018 16:42:03 +0100 | |||||
| Subject: [PATCH] exit_idle_time | |||||
| Signed-off-by: Pierre-Yves <pyu@riseup.net> | |||||
| --- | |||||
| src/daemon/daemon-conf.c | 2 +- | |||||
| src/daemon/daemon.conf.in | 2 +- | |||||
| 2 files changed, 2 insertions(+), 2 deletions(-) | |||||
| diff --git a/src/daemon/daemon-conf.c b/src/daemon/daemon-conf.c | |||||
| index 9883126..6518e72 100644 | |||||
| --- a/src/daemon/daemon-conf.c | |||||
| +++ b/src/daemon/daemon-conf.c | |||||
| @@ -69,7 +69,7 @@ static const pa_daemon_conf default_conf = { | |||||
| .disallow_module_loading = false, | |||||
| .disallow_exit = false, | |||||
| .flat_volumes = true, | |||||
| - .exit_idle_time = 20, | |||||
| + .exit_idle_time = 4, | |||||
| .scache_idle_time = 20, | |||||
| .script_commands = NULL, | |||||
| .dl_search_path = NULL, | |||||
| diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in | |||||
| index a955523..fd35a23 100644 | |||||
| --- a/src/daemon/daemon.conf.in | |||||
| +++ b/src/daemon/daemon.conf.in | |||||
| @@ -39,7 +39,7 @@ ifelse(@HAVE_DBUS@, 1, [dnl | |||||
| ; realtime-scheduling = yes | |||||
| ; realtime-priority = 5 | |||||
| -; exit-idle-time = 20 | |||||
| +; exit-idle-time = 4 | |||||
| ; scache-idle-time = 20 | |||||
| ; dl-search-path = (depends on architecture) | |||||
| -- | |||||
| 2.15.1 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.