mirror of
git://erdgeist.org/opentracker
synced 2025-08-03 14:25:31 +02:00
Increase check interval for timeouted sockets to 10 seconds. That may prevent some disrupted scrapes.
This commit is contained in:
parent
e1f122f7d1
commit
b8b1493127
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ typedef time_t ot_time;
|
|||
|
||||
/* Some tracker behaviour tunable */
|
||||
#define OT_CLIENT_TIMEOUT 30
|
||||
#define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5
|
||||
#define OT_CLIENT_TIMEOUT_CHECKINTERVAL 10
|
||||
#define OT_CLIENT_TIMEOUT_SEND (60*15)
|
||||
#define OT_CLIENT_REQUEST_INTERVAL (60*30)
|
||||
#define OT_CLIENT_REQUEST_VARIATION (60*6)
|
||||
|
|
Loading…
Add table
Reference in a new issue