Increase the frequency of updates to every 15 min

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-10-23 17:33:46 +01:00
parent bc933c872f
commit 6718572645
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ data:
RUN_MIGRATIONS: "1"
CREATE_ADMIN: "1"
LOG_LEVEL: info
POLLING_FREQUENCY: "30"
POLLING_FREQUENCY: "15"
BASE_URL: "https://miniflux.cluster.fun/"
METRICS_COLLECTOR: "1"
---