mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: cups: Remove obsolete KeepAliveTimeout directive.
461bd4e501
* gnu/services/cups.scm (<cups-configuration>): Remove keep-alive-timeout field.
* doc/guix.texi (Printing Services): Likewise.
This commit is contained in:
parent
ed44e62636
commit
828ceee7db
2 changed files with 0 additions and 9 deletions
|
@ -18699,12 +18699,6 @@ Specifies whether to support HTTP keep-alive connections.
|
|||
Defaults to @samp{#t}.
|
||||
@end deftypevr
|
||||
|
||||
@deftypevr {@code{cups-configuration} parameter} non-negative-integer keep-alive-timeout
|
||||
Specifies how long an idle client connection remains open, in seconds.
|
||||
|
||||
Defaults to @samp{30}.
|
||||
@end deftypevr
|
||||
|
||||
@deftypevr {@code{cups-configuration} parameter} non-negative-integer limit-request-body
|
||||
Specifies the maximum size of print files, IPP requests, and HTML form
|
||||
data. A limit of 0 disables the limit check.
|
||||
|
|
|
@ -615,9 +615,6 @@ (define-configuration cups-configuration
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue