summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-16 01:04:54 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-16 01:15:04 +0100
commit122396075f12b013b6bde56dafb895587b95bc9d (patch)
tree6a0806b26e42886a74a0c5b7576b0f5dc1327828 /gnu/services
parent58649b87470b3eaaa3c7f28656e125ae087b3186 (diff)
downloadguix-patches-122396075f12b013b6bde56dafb895587b95bc9d.tar
guix-patches-122396075f12b013b6bde56dafb895587b95bc9d.tar.gz
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.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/cups.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm
index 8bcb450ddf..1b8e19bed8 100644
--- a/gnu/services/cups.scm
+++ b/gnu/services/cups.scm
@@ -702,7 +702,7 @@ in seconds. Set to 0 to disable cancellation of \"stuck\" jobs.")
"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 @@ protocol version to TLS v1.1.")
"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)