removed old default value

This commit is contained in:
carnivuth
2026-02-03 13:56:48 +01:00
parent 3cdb3a360b
commit 3345ad1ac2

View File

@@ -42,7 +42,6 @@ class Config:
# Database settings
database_path: str = "data/krawl.db"
database_retention_days: int = 30
exports_path: str = "data/exports"
# Analyzer settings
http_risky_methods_threshold: float = None