increase default items per page

This commit is contained in:
meeb 2020-12-17 19:34:37 +11:00
parent f1b0b50acc
commit 5f519f0d2e
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ BACKGROUND_TASK_PRIORITY_ORDERING = 'ASC' # Use 'niceness' task priority order
COMPLETED_TASKS_DAYS_TO_KEEP = 7 # Number of days to keep completed tasks
SOURCES_PER_PAGE = 36
MEDIA_PER_PAGE = 36
SOURCES_PER_PAGE = 100
MEDIA_PER_PAGE = 72
TASKS_PER_PAGE = 100