fix:调整超时判断为10秒

This commit is contained in:
liyi 2025-02-18 17:51:08 +08:00
parent 94602eed47
commit b28cc249b0

View File

@ -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;
} }