From 924322a8cff67c75fb4a489b5926c765375c0d21 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 16 Sep 2020 20:52:36 +0100 Subject: Temporarily increase lorry-timeout to allow updating fpc mirror 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. --- lorry-controller.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1