Stats delay for input/output can now be set separately, input delay by default 2 instead of 15.
This commit is contained in:
parent
601617cb51
commit
01ffc42f9f
2 changed files with 51 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue