Added STAT_CUTOFF compile flag
This commit is contained in:
parent
b4b76850e3
commit
ca63abae14
3 changed files with 17 additions and 1 deletions
|
@ -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{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue