Doubled default input timeout duration, to handle slower inputs more nicely

This commit is contained in:
Thulinma 2019-01-16 14:33:02 +01:00
parent ee4665e9ff
commit b8a93b231b

View file

@ -105,7 +105,7 @@ static inline void show_stackframe(){}
#define STATS_INPUT_DELAY 2
#ifndef INPUT_TIMEOUT
#define INPUT_TIMEOUT STATS_DELAY
#define INPUT_TIMEOUT STATS_DELAY*2
#endif
/// The size used for stream headers for live streams