fix: 统一配置参数

This commit is contained in:
2026-01-22 15:53:31 +08:00
parent 6fc17ccf64
commit 2d5ada2909
4 changed files with 11 additions and 10 deletions

View File

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