From d92f6b552e722407efa77bdc2ea9654b6f0101fb Mon Sep 17 00:00:00 2001 From: gulnaz Date: Wed, 3 Dec 2025 09:51:27 +0300 Subject: [PATCH] SUPPORT-9561: fix config --- config/micord.env | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/micord.env b/config/micord.env index 3664f24a..7c608260 100644 --- a/config/micord.env +++ b/config/micord.env @@ -70,7 +70,10 @@ WEBDAV_URLS=https://ervu-webdav.k8s.micord.ru,https://ervu-webdav1.k8s.micord.ru WEBDAV_USERNAME=test WEBDAV_PASSWORD=test WEBDAV_BAD_SERVERS_CACHE_EXPIRE_SECONDS=120 -WEBDAV_CLEANUP_CRON=0 0 0 * * * +WEBDAV_CLEANUP_CRON=0 */30 * * * * WEBDAV_RETRY_DELAY=500 -FILE_WEBDAV_LIFETIME_SECONDS=300 +FILE_WEBDAV_LIFETIME_SECONDS=86400 FILE_WEBDAV_EXTENSIONS=csv,xlsx +EXCERPT_CLEANUP_CRON=0 */30 * * * * +EXCERPT_READY_LIFETIME_HOURS=24 +EXCERPT_PENDING_LIFETIME_HOURS=8