fix:调整对讲请求未接听时的超时时间为60秒

This commit is contained in:
liyi 2025-01-02 10:29:23 +08:00
parent 87ed175fed
commit 01885f8a7c

View File

@ -3,5 +3,5 @@ class TalkConstant {
static const int talkePingOverTime = 6;
static const int talkeDataOverTime = 6;
// TalkRequest (s)
static const int talkeRequestOverTime = 30;
static const int talkeRequestOverTime = 60;
}