提交 b8b14931 编写于 作者: E erdgeist

Increase check interval for timeouted sockets to 10 seconds. That may prevent...

Increase check interval for timeouted sockets to 10 seconds. That may prevent some disrupted scrapes.
上级 e1f122f7
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册