Browse Source

Add notificationSettings cache specs to application-test.properties

pull/8522/head
ViacheslavKlimov 3 years ago
parent
commit
a39b679df0
  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.notificationSettings.timeToLiveInMinutes=1440
cache.specs.notificationSettings.maxSize=10000
cache.specs.dashboardTitles.timeToLiveInMinutes=1440
cache.specs.dashboardTitles.maxSize=10000

Loading…
Cancel
Save