diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-23 03:26:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-23 03:26:33 +0200 |
commit | 828ceee7db0ab74786049600108d6b15017851c5 (patch) | |
tree | 1ecc90c7679c9d3eae47b185445ca341a364249c /gnu/services/cups.scm | |
parent | ed44e62636873d2b97eff06be70799a0f679bb2b (diff) |
services: cups: Remove obsolete KeepAliveTimeout directive.
https://github.com/apple/cups/commit/461bd4e50142b2928a0d164bd1aae274e4d34da5
* gnu/services/cups.scm (<cups-configuration>): Remove keep-alive-timeout field.
* doc/guix.texi (Printing Services): Likewise.
Diffstat (limited to 'gnu/services/cups.scm')
-rw-r--r-- | gnu/services/cups.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm index 5fe0a57e4d..8bcb450ddf 100644 --- a/gnu/services/cups.scm +++ b/gnu/services/cups.scm @@ -615,9 +615,6 @@ policy is @code{retry-job} or @code{retry-current-job}.") (keep-alive? (boolean #t) "Specifies whether to support HTTP keep-alive connections.") - (keep-alive-timeout - (non-negative-integer 30) - "Specifies how long an idle client connection remains open, in seconds.") (limit-request-body (non-negative-integer 0) "Specifies the maximum size of print files, IPP requests, and HTML form |