mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
services: dbus: Increase auth_timeout value to 5 minutes.
This is a follow-up to 488f1c589df; the problem had re-appeared on my machine. * gnu/services/dbus.scm (dbus-configuration-directory): Increase 'auth_timeout' value from 60000 to 300000 ms (5 minutes).
This commit is contained in:
parent
b731d34ed7
commit
6e5d219425
1 changed files with 2 additions and 2 deletions
|
@ -106,10 +106,10 @@ (define-syntax directives
|
||||||
(define (services->sxml services)
|
(define (services->sxml services)
|
||||||
;; Return the SXML 'includedir' clauses for DIRS.
|
;; Return the SXML 'includedir' clauses for DIRS.
|
||||||
`(busconfig
|
`(busconfig
|
||||||
;; Increase this timeout to 60 seconds to work around race-y
|
;; Increase this timeout to 300 seconds to work around race-y
|
||||||
;; failures such as <https://issues.guix.gnu.org/52051> on slow
|
;; failures such as <https://issues.guix.gnu.org/52051> on slow
|
||||||
;; computers with slow I/O.
|
;; computers with slow I/O.
|
||||||
(limit (@ (name "auth_timeout")) "60000")
|
(limit (@ (name "auth_timeout")) "300000")
|
||||||
(servicehelper "/run/setuid-programs/dbus-daemon-launch-helper")
|
(servicehelper "/run/setuid-programs/dbus-daemon-launch-helper")
|
||||||
|
|
||||||
;; First, the '.service' files of services subject to activation.
|
;; First, the '.service' files of services subject to activation.
|
||||||
|
|
Loading…
Reference in a new issue