mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2025-12-06 02:35:13 +03:00
decrease answer timeout to 0.1s
This commit is contained in:
parent
aa8a3a30b1
commit
0eb3b3ef39
2
socket.h
2
socket.h
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user