From edb9a61d1b1b5792cc52ee6db2b4d3c9cef5a836 Mon Sep 17 00:00:00 2001 From: Oleksandr Zhevedenko <720803+Net-burst@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:52:51 -0400 Subject: [PATCH] Add default secondary cache timeout property --- src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index fc83b1e..8a61618 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -26,6 +26,7 @@ cache: clients_cache_duration: 86400 clients_cache_size: 1000 host_param_protocol: https + secondary_cache_timeout_ms: 5000 storage: redis: {}