store only status-change events; UI client-side polling refactor
This commit is contained in:
@@ -20,7 +20,7 @@ class Settings(BaseSettings):
|
||||
port: int = 8000
|
||||
enable_detector: bool = True
|
||||
enable_notifier_worker: bool = True
|
||||
events_retention_max_rows: int = 100_000
|
||||
events_retention_max_rows: int = 20_000
|
||||
outbox_retention_max_rows: int = 50_000
|
||||
notifier_tick_sec: int = 5
|
||||
notifier_batch_size: int = 20
|
||||
|
||||
Reference in New Issue
Block a user