Commit 6c5cf107dfe0e216e20c4f9813878302bf6608fe
1 parent
f55f0ecb
added firmwares cache to the application-test.properties
Showing
1 changed file
with
3 additions
and
0 deletions
... | ... | @@ -36,6 +36,9 @@ caffeine.specs.tenantProfiles.maxSize=100000 |
36 | 36 | caffeine.specs.deviceProfiles.timeToLiveInMinutes=1440 |
37 | 37 | caffeine.specs.deviceProfiles.maxSize=100000 |
38 | 38 | |
39 | +caffeine.specs.firmwares.timeToLiveInMinutes=1440 | |
40 | +caffeine.specs.firmwares.maxSize=100000 | |
41 | + | |
39 | 42 | redis.connection.host=localhost |
40 | 43 | redis.connection.port=6379 |
41 | 44 | redis.connection.db=0 | ... | ... |