Skip to content

Commit

Permalink
enabled caching
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Mar 15, 2022
1 parent d903bca commit 9773a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ 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=0
caffeine.cache.max.size=${CAFFEINE_CACHE_MAX_SIZE:#{1000}}
#caffeine.cache.max.size=0
caffeine.cache.exprie.duration.seconds=${CAFFEINE_CACHE_EXPIRE_DURATION:#{300}}

#Opentelemetry Lighstep Config
Expand Down

0 comments on commit 9773a4a

Please sign in to comment.