changes to task scheduling and readability change on downloads view
This commit is contained in:
@@ -105,7 +105,7 @@ async def create_source():
|
||||
|
||||
# Get default check interval from database settings
|
||||
default_interval = await get_setting_value(
|
||||
session, "download.schedule_interval", 3600
|
||||
session, "download.schedule_interval", 28800
|
||||
)
|
||||
|
||||
source = Source(
|
||||
|
||||
Reference in New Issue
Block a user