changes to task scheduling and readability change on downloads view
This commit is contained in:
@@ -89,7 +89,7 @@ async def create_subscription():
|
||||
|
||||
# Get default check interval from database settings
|
||||
default_interval = await get_setting_value(
|
||||
session, "download.schedule_interval", 3600
|
||||
session, "download.schedule_interval", 28800
|
||||
)
|
||||
|
||||
# Add sources if provided
|
||||
@@ -263,7 +263,7 @@ async def add_source_to_subscription(subscription_id: int):
|
||||
|
||||
# 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