From 61a66d4384c7bd0f0ba6aaea8edcaab6b4af30d9 Mon Sep 17 00:00:00 2001 From: Surabhi Date: Mon, 17 Jan 2022 14:10:55 +0530 Subject: [PATCH] cache disable --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2bd29c3..21a6882 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -48,6 +48,7 @@ spring.r2dbc.username=${FORMS_DB_USERNAME} spring.r2dbc.password=${FORMS_DB_PASSWORD} #Caffeine Cache -caffeine.cache.max.size=${CAFFEINE_CACHE_MAX_SIZE:#{1000}} +#caffeine.cache.max.size=${CAFFEINE_CACHE_MAX_SIZE:#{1000}} +caffeine.cache.max.size=0 caffeine.cache.exprie.duration.seconds=${CAFFEINE_CACHE_EXPIRE_DURATION:#{300}}