Added STAT_CUTOFF compile flag

This commit is contained in:
Thulinma 2020-07-30 00:35:52 +02:00
parent b4b76850e3
commit ca63abae14
3 changed files with 17 additions and 1 deletions

View file

@ -11,7 +11,9 @@
#include <string>
/// The STAT_CUTOFF define sets how many seconds of statistics history is kept.
#ifndef STAT_CUTOFF
#define STAT_CUTOFF 600
#endif
namespace Controller{