summaryrefslogtreecommitdiff
path: root/scheduler
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-05-02 09:01:43 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-05-02 09:01:43 -0400
commitf49af670aa2ebadcd2e202c8507b4d8b5272df55 (patch)
tree63ff74c565cda3d27342bb6daa1daa74bbbb5970 /scheduler
parentb2ad86e03897eaefa49f86b0b3aa8a37910a891f (diff)
downloadcups-f49af670aa2ebadcd2e202c8507b4d8b5272df55.tar.gz
Bump the default Timeout to 15 minutes as well (Issue #5570)
Diffstat (limited to 'scheduler')
-rw-r--r--scheduler/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler/conf.c b/scheduler/conf.c
index 85950a17d..bb6049b2c 100644
--- a/scheduler/conf.c
+++ b/scheduler/conf.c
@@ -736,7 +736,7 @@ cupsdReadConfiguration(void)
Sandboxing = CUPSD_SANDBOXING_STRICT;
StrictConformance = FALSE;
SyncOnClose = FALSE;
- Timeout = DEFAULT_TIMEOUT;
+ Timeout = 900;
WebInterface = CUPS_DEFAULT_WEBIF;
BrowseLocalProtocols = parse_protocols(CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS);