Make maxLogSize configurable

This commit is contained in:
Eelco Dolstra
2017-09-22 15:23:58 +02:00
parent d9cbf8cf01
commit 27103398c9
3 changed files with 3 additions and 1 deletions

View File

@ -420,6 +420,7 @@ private:
nix::TokenServer memoryTokens;
size_t maxOutputSize;
size_t maxLogSize;
time_t lastStatusLogged = 0;
const int statusLogInterval = 300;