From e64887e04decad7088424e408aeb4c076331fc76 Mon Sep 17 00:00:00 2001 From: Andrii Shvaika Date: Mon, 3 Apr 2023 13:42:19 +0300 Subject: [PATCH] Added cache spec for tests --- dao/src/test/resources/application-test.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dao/src/test/resources/application-test.properties b/dao/src/test/resources/application-test.properties index fc46ba431a..2d3b5197ae 100644 --- a/dao/src/test/resources/application-test.properties +++ b/dao/src/test/resources/application-test.properties @@ -68,6 +68,9 @@ cache.specs.edges.maxSize=100000 cache.specs.notificationRules.timeToLiveInMinutes=1440 cache.specs.notificationRules.maxSize=10000 +cache.specs.dashboardTitles.timeToLiveInMinutes=1440 +cache.specs.dashboardTitles.maxSize=10000 + redis.connection.host=localhost redis.connection.port=6379 redis.connection.db=0