about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-19 09:59:31 +0000
committerEric Wong <e@80x24.org>2016-06-19 09:59:31 +0000
commitf8d7edb01ddf5fd2bfef08f72ec3c5cfb4ffa937 (patch)
tree0280c5f310e98608a3d45bb7a6f7f8d1e500de06 /examples
parent748ae0cdc29f05fdd76389b651287c5abc60ad8c (diff)
downloadpublic-inbox-f8d7edb01ddf5fd2bfef08f72ec3c5cfb4ffa937.tar.gz
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/public-inbox-httpd@.service2
-rw-r--r--examples/public-inbox-nntpd@.service2
2 files changed, 2 insertions, 2 deletions
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]