hydra-queue-runner: Ensure regular status dumps

This commit is contained in:
Eelco Dolstra
2016-03-09 17:11:34 +01:00
parent 4151be7e69
commit 4b9c76e502
2 changed files with 9 additions and 3 deletions

View File

@ -359,6 +359,9 @@ private:
size_t maxOutputSize = 2ULL << 30;
time_t lastStatusLogged = 0;
const int statusLogInterval = 20;
public:
State();