默认心跳时间改为20秒

This commit is contained in:
nnhy 2015-12-16 09:42:54 +00:00
parent 32fff90a9a
commit bfc3ac2dbd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ void TinyConfig::LoadDefault()
Channel = 120; Channel = 120;
Speed = 250; Speed = 250;
PingTime = 10; PingTime = 20;
OfflineTime = 60; OfflineTime = 60;
StartSet = 64; StartSet = 64;
} }