From f8d7edb01ddf5fd2bfef08f72ec3c5cfb4ffa937 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 19 Jun 2016 09:59:31 +0000 Subject: examples/*@.service: wait one day for graceful shutdown Because sometimes folks will want to download gigantic mboxes or make large clones over Tor which are not resume-friendly. Note: the timeout logic in nntpd is somewhat over-aggressive and can break some large slrnpulls. This ought to be easily recoverable on the client-side, though, since it's based on per-message fetches. --- examples/public-inbox-httpd@.service | 2 +- examples/public-inbox-nntpd@.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/public-inbox-httpd@.service b/examples/public-inbox-httpd@.service index 6222de59..4efea2ad 100644 --- a/examples/public-inbox-httpd@.service +++ b/examples/public-inbox-httpd@.service @@ -23,7 +23,7 @@ KillSignal = SIGQUIT User = nobody Group = nogroup ExecReload = /bin/kill -HUP $MAINPID -TimeoutStopSec = 3600 +TimeoutStopSec = 86400 KillMode = process [Install] diff --git a/examples/public-inbox-nntpd@.service b/examples/public-inbox-nntpd@.service index 3e203e0b..bdd97341 100644 --- a/examples/public-inbox-nntpd@.service +++ b/examples/public-inbox-nntpd@.service @@ -25,7 +25,7 @@ KillSignal = SIGQUIT User = nobody Group = nogroup ExecReload = /bin/kill -HUP $MAINPID -TimeoutStopSec = 3600 +TimeoutStopSec = 86400 KillMode = process [Install] -- cgit v1.2.3-24-ge0c7