From 33da40f272a0c56d50d8a7e129f03ac006d61a3b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Mar 2016 17:31:57 +0100 Subject: [PATCH] Doh --- src/hydra-queue-runner/state.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydra-queue-runner/state.hh b/src/hydra-queue-runner/state.hh index 465254c8..34f6eaa1 100644 --- a/src/hydra-queue-runner/state.hh +++ b/src/hydra-queue-runner/state.hh @@ -360,7 +360,7 @@ private: size_t maxOutputSize = 2ULL << 30; time_t lastStatusLogged = 0; - const int statusLogInterval = 20; + const int statusLogInterval = 300; public: State();