summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob J. Heywood <robert.heywood@codethink.co.uk>2020-10-02 12:53:22 +0100
committerRob J. Heywood <robert.heywood@codethink.co.uk>2020-10-02 12:53:22 +0100
commitd428ab68e86059243ba57d62f8ff8ac87384583d (patch)
treeb2fa96b0886deba9e2ab7a803a375743658729e9
parent0545234fd11d303be0410c101e9671fc2f806eb5 (diff)
downloadlorries-robjh/decrease-timeout.tar.gz
Revert "Lorry Controller: increase timeout to 16 hours."robjh/decrease-timeout
VirtualBox is now imported and subsequent fetches shouldn't take nearly as long. Therefore the timeout can be set back to 2 hours. This reverts commit 0545234fd11d303be0410c101e9671fc2f806eb5.
-rw-r--r--lorry-controller.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry-controller.conf b/lorry-controller.conf
index 9514049..029f051 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": 57600,
+ "lorry-timeout": 7200,
"create": "always",
"destroy": "never",
"stagger": true,