move job scheduling to DB
This commit is contained in:
+1
-2
@@ -29,10 +29,9 @@ PORT=8080
|
||||
# Download settings
|
||||
# DOWNLOAD_PARALLEL_LIMIT: Max concurrent downloads
|
||||
# DOWNLOAD_RATE_LIMIT: Seconds between requests (to avoid rate limiting)
|
||||
# DEFAULT_CHECK_INTERVAL: Seconds between automatic checks for new content
|
||||
# Check interval is configured per-source in the web UI (Settings page)
|
||||
DOWNLOAD_PARALLEL_LIMIT=3
|
||||
DOWNLOAD_RATE_LIMIT=3.0
|
||||
DEFAULT_CHECK_INTERVAL=3600
|
||||
|
||||
# Logging level (DEBUG, INFO, WARNING, ERROR)
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
Reference in New Issue
Block a user