Doubled default input timeout duration, to handle slower inputs more nicely
This commit is contained in:
parent
ee4665e9ff
commit
b8a93b231b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue