Commit 6c5cf107dfe0e216e20c4f9813878302bf6608fe

Authored by YevhenBondarenko
1 parent f55f0ecb

added firmwares cache to the application-test.properties

@@ -36,6 +36,9 @@ caffeine.specs.tenantProfiles.maxSize=100000 @@ -36,6 +36,9 @@ caffeine.specs.tenantProfiles.maxSize=100000
36 caffeine.specs.deviceProfiles.timeToLiveInMinutes=1440 36 caffeine.specs.deviceProfiles.timeToLiveInMinutes=1440
37 caffeine.specs.deviceProfiles.maxSize=100000 37 caffeine.specs.deviceProfiles.maxSize=100000
38 38
  39 +caffeine.specs.firmwares.timeToLiveInMinutes=1440
  40 +caffeine.specs.firmwares.maxSize=100000
  41 +
39 redis.connection.host=localhost 42 redis.connection.host=localhost
40 redis.connection.port=6379 43 redis.connection.port=6379
41 redis.connection.db=0 44 redis.connection.db=0