fix:调整超时判断为10秒
This commit is contained in:
parent
94602eed47
commit
b28cc249b0
@ -1,7 +1,7 @@
|
|||||||
class TalkConstant {
|
class TalkConstant {
|
||||||
// TalkPing 未收到回复超时时间(s)
|
// TalkPing 未收到回复超时时间(s)
|
||||||
static const int talkePingOverTime = 6;
|
static const int talkePingOverTime = 10;
|
||||||
static const int talkeDataOverTime = 6;
|
static const int talkeDataOverTime = 10;
|
||||||
// 收到TalkRequest 未处理超时时间(s)
|
// 收到TalkRequest 未处理超时时间(s)
|
||||||
static const int talkeRequestOverTime = 60;
|
static const int talkeRequestOverTime = 60;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user