services: cups: Remove obsolete KeepAliveTimeout directive.
461bd4e501
* gnu/services/cups.scm (<cups-configuration>): Remove keep-alive-timeout field.
* doc/guix.texi (Printing Services): Likewise.
master
parent
ed44e62636
commit
828ceee7db
|
@ -18699,12 +18699,6 @@ Specifies whether to support HTTP keep-alive connections.
|
||||||
Defaults to @samp{#t}.
|
Defaults to @samp{#t}.
|
||||||
@end deftypevr
|
@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
|
@deftypevr {@code{cups-configuration} parameter} non-negative-integer limit-request-body
|
||||||
Specifies the maximum size of print files, IPP requests, and HTML form
|
Specifies the maximum size of print files, IPP requests, and HTML form
|
||||||
data. A limit of 0 disables the limit check.
|
data. A limit of 0 disables the limit check.
|
||||||
|
|
|
@ -615,9 +615,6 @@ policy is @code{retry-job} or @code{retry-current-job}.")
|
||||||
(keep-alive?
|
(keep-alive?
|
||||||
(boolean #t)
|
(boolean #t)
|
||||||
"Specifies whether to support HTTP keep-alive connections.")
|
"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
|
(limit-request-body
|
||||||
(non-negative-integer 0)
|
(non-negative-integer 0)
|
||||||
"Specifies the maximum size of print files, IPP requests, and HTML form
|
"Specifies the maximum size of print files, IPP requests, and HTML form
|
||||||
|
|
Reference in New Issue