summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-16 20:52:36 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-16 20:55:33 +0100
commit924322a8cff67c75fb4a489b5926c765375c0d21 (patch)
treea3033e6732931a79f898b13912982372eaecac35
parentcedb6ed95734ac2514b354eb8d14244ad2b3c76f (diff)
downloadlorries-bwh/misc-fixes.tar.gz
Temporarily increase lorry-timeout to allow updating fpc mirrorbwh/misc-fixes
The fpc mirror stopped updating in 2017, apparently because git-svn doesn't follow redirections. The current timeout of 7200 seconds (= 2 hours) is not long enough for Lorry to catch up. Change it to 28800 seconds (= 8 hours) which I estimate will be long enough to do so. We can change this back later.
-rw-r--r--lorry-controller.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry-controller.conf b/lorry-controller.conf
index 029f051..d51ad08 100644
--- a/lorry-controller.conf
+++ b/lorry-controller.conf
@@ -4,7 +4,7 @@
"uuid": "baserock/open-source-lorries/3H",
"serial": 1,
"interval": "3H",
- "lorry-timeout": 7200,
+ "lorry-timeout": 28800,
"create": "always",
"destroy": "never",
"stagger": true,