mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: cups: Update default timeouts.
Upstream raised these back in 2019 with CUPS 2.3.0. * gnu/services/cups.scm (<cups-configuration>): Raise default ‘multiple-operation-timeout’ and ‘timeout’ from 300 to 900 seconds. * doc/guix.texi (Printing Services): Adjust accordingly.
This commit is contained in:
parent
58649b8747
commit
122396075f
2 changed files with 4 additions and 4 deletions
|
@ -19540,7 +19540,7 @@ Defaults to @samp{1048576}.
|
|||
Specifies the maximum amount of time to allow between files in a
|
||||
multiple file print job, in seconds.
|
||||
|
||||
Defaults to @samp{300}.
|
||||
Defaults to @samp{900}.
|
||||
@end deftypevr
|
||||
|
||||
@deftypevr {@code{cups-configuration} parameter} string page-log-format
|
||||
|
@ -19751,7 +19751,7 @@ Defaults to @samp{#f}.
|
|||
@deftypevr {@code{cups-configuration} parameter} non-negative-integer timeout
|
||||
Specifies the HTTP request timeout, in seconds.
|
||||
|
||||
Defaults to @samp{300}.
|
||||
Defaults to @samp{900}.
|
||||
|
||||
@end deftypevr
|
||||
|
||||
|
|
|
@ -702,7 +702,7 @@ (define-configuration cups-configuration
|
|||
"Specifies the maximum size of the log files before they are rotated, in
|
||||
bytes. The value 0 disables log rotation.")
|
||||
(multiple-operation-timeout
|
||||
(non-negative-integer 300)
|
||||
(non-negative-integer 900)
|
||||
"Specifies the maximum amount of time to allow between files in a multiple
|
||||
file print job, in seconds.")
|
||||
(page-log-format
|
||||
|
@ -847,7 +847,7 @@ (define-configuration cups-configuration
|
|||
"Specifies whether the scheduler requires clients to strictly adhere to the
|
||||
IPP specifications.")
|
||||
(timeout
|
||||
(non-negative-integer 300)
|
||||
(non-negative-integer 900)
|
||||
"Specifies the HTTP request timeout, in seconds.")
|
||||
(web-interface?
|
||||
(boolean #f)
|
||||
|
|
Loading…
Reference in a new issue