From f49af670aa2ebadcd2e202c8507b4d8b5272df55 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 2 May 2019 09:01:43 -0400 Subject: Bump the default Timeout to 15 minutes as well (Issue #5570) --- scheduler/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scheduler') 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); -- cgit v1.2.1