From d428ab68e86059243ba57d62f8ff8ac87384583d Mon Sep 17 00:00:00 2001 From: "Rob J. Heywood" Date: Fri, 2 Oct 2020 12:53:22 +0100 Subject: Revert "Lorry Controller: increase timeout to 16 hours." 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. --- lorry-controller.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1