Stats delay for input/output can now be set separately, input delay by default 2 instead of 15.

This commit is contained in:
Thulinma 2017-10-20 14:16:44 +02:00
parent 601617cb51
commit 01ffc42f9f
2 changed files with 51 additions and 33 deletions

View file

@ -92,6 +92,7 @@ static inline void show_stackframe(){}
#ifndef STATS_DELAY
#define STATS_DELAY 15
#endif
#define STATS_INPUT_DELAY 2
#ifndef INPUT_TIMEOUT
#define INPUT_TIMEOUT STATS_DELAY