move job scheduling to DB
This commit is contained in:
@@ -25,7 +25,7 @@ class Settings(BaseSettings):
|
||||
# Download settings
|
||||
download_parallel_limit: int = 3
|
||||
download_rate_limit: float = 3.0
|
||||
default_check_interval: int = 3600 # seconds
|
||||
# Note: check_interval is now per-source and stored in database
|
||||
|
||||
# Server
|
||||
host: str = "0.0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user