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:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user