更新数据超时为60s
This commit is contained in:
@@ -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; // 心率有效占比
|
||||
|
||||
Reference in New Issue
Block a user