This commit is contained in:
Eelco Dolstra 2016-03-09 17:31:57 +01:00
parent 4b9c76e502
commit 33da40f272

View file

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