bundles/miniflux: don't clean up old entries
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
85d9b9fdac
commit
a4b2dc29a9
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ POLLING_FREQUENCY=15
|
||||||
BATCH_SIZE=100
|
BATCH_SIZE=100
|
||||||
WORKER_POOL_SIZE=5
|
WORKER_POOL_SIZE=5
|
||||||
BASE_URL=https://${base_url}/
|
BASE_URL=https://${base_url}/
|
||||||
|
CLEANUP_ARCHIVE_UNREAD_DAYS=-1
|
||||||
|
CLEANUP_ARCHIVE_READ_DAYS=-1
|
||||||
|
|
Loading…
Reference in a new issue