mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
backend changes to improve sync
Reworked library view script,this reduces page load time by 90% catered for new episodes in recently added feed. Underlying work done for toggle to untrack certain libraries General ui fixes Backup files now limited to latest 5 files Updated compose to have a limit on log files and sizes (Thanks @Hutch79)
This commit is contained in:
@@ -18,4 +18,9 @@ services:
|
||||
depends_on:
|
||||
- jellystat-db
|
||||
networks:
|
||||
default:
|
||||
default:
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-file: "5" # number of files or file count
|
||||
max-size: "10m" # file size
|
||||
Reference in New Issue
Block a user