fix:调整对讲请求未接听时的超时时间为60秒
This commit is contained in:
parent
87ed175fed
commit
01885f8a7c
@ -3,5 +3,5 @@ class TalkConstant {
|
|||||||
static const int talkePingOverTime = 6;
|
static const int talkePingOverTime = 6;
|
||||||
static const int talkeDataOverTime = 6;
|
static const int talkeDataOverTime = 6;
|
||||||
// 收到TalkRequest 未处理超时时间(s)
|
// 收到TalkRequest 未处理超时时间(s)
|
||||||
static const int talkeRequestOverTime = 30;
|
static const int talkeRequestOverTime = 60;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user