fix: 统一配置参数
This commit is contained in:
@@ -66,9 +66,9 @@ class WorkingHours(BaseModel):
|
||||
|
||||
|
||||
class AlgorithmsConfig(BaseModel):
|
||||
leave_post_threshold_sec: int = 360
|
||||
leave_post_confirm_sec: int = 30
|
||||
leave_post_return_sec: int = 5
|
||||
leave_post_threshold_sec: int = 300
|
||||
leave_post_confirm_sec: int = 10
|
||||
leave_post_return_sec: int = 30
|
||||
intrusion_check_interval_sec: float = 1.0
|
||||
intrusion_direction_sensitive: bool = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user