更新数据超时为60s

This commit is contained in:
wyf
2026-01-22 18:08:52 +08:00
parent bd0bc02f0d
commit 0b234af126
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ class AreaService {
int dataLength = 300; // 目标有效数据长度
int initialDataLength = 180; // 初始需要的数据长度3分钟
int noDataTimeout = 20 * 1000; // 20秒无数据超时
int noDataTimeout = 60 * 1000; // 20秒无数据超时
int bedOffTimeout = 20 * 1000; // 20秒离床超时
int totalTimeout = 20 * 60 * 1000; // 20分钟总超时
int totalHeartPercent = 80; // 心率有效占比