Browse Source

Added cache spec for tests

pull/8307/head
Andrii Shvaika 3 years ago
parent
commit
e64887e04d
  1. 3
      dao/src/test/resources/application-test.properties

3
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

Loading…
Cancel
Save