Fix logic for findFiles() and keep archive worker

This commit is contained in:
Aditya Ujeniya
2026-01-15 20:27:11 +01:00
parent 40bff1eff9
commit 10a5c89a16
4 changed files with 57 additions and 16 deletions

View File

@@ -1,7 +1,9 @@
{
"main": {
"addr": "127.0.0.1:8080",
"apiAllowedIPs": ["*"]
"apiAllowedIPs": [
"*"
]
},
"cron": {
"commit-job-worker": "1m",
@@ -19,4 +21,4 @@
},
"retention-in-memory": "48h"
}
}
}