decrease answer timeout to 0.1s

This commit is contained in:
Edward Emelianov 2023-05-06 14:49:52 +03:00
parent aa8a3a30b1
commit 0eb3b3ef39

View File

@ -32,7 +32,7 @@
// wait for mutex locking
#define BUSY_TIMEOUT (1.0)
// waiting for answer timeout
#define ANSWER_TIMEOUT (1.0)
#define ANSWER_TIMEOUT (0.1)
// wait for exposition ends (between subsequent check calls)
#define WAIT_TIMEOUT (2.0)
// client will disconnect after this time from last server message