Increase retrain_window to 7 days to match retention period

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
kaffa
2026-02-07 10:49:35 +09:00
parent a28d7fd646
commit a6519fd664
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ DEFAULT_CONFIG = {
'traffic_log_db': '/var/lib/xdp-defense/traffic_log.db',
'traffic_log_retention_days': 7,
'retrain_interval': 86400,
'retrain_window': 86400,
'retrain_window': 604800,
},
}