Commit fb294561e6403c2afdace8f6629776057c8c72c6
1 parent
4e91b28a
Cache assets when finding them by tenant and name cfr the caching of devices
=> add asset in cache directives of config files
Showing
2 changed files
with
6 additions
and
0 deletions
... | ... | @@ -21,6 +21,9 @@ caffeine.specs.deviceCredentials.maxSize=100000 |
21 | 21 | caffeine.specs.devices.timeToLiveInMinutes=1440 |
22 | 22 | caffeine.specs.devices.maxSize=100000 |
23 | 23 | |
24 | +caffeine.specs.assets.timeToLiveInMinutes=1440 | |
25 | +caffeine.specs.assets.maxSize=100000 | |
26 | + | |
24 | 27 | caching.specs.devices.timeToLiveInMinutes=1440 |
25 | 28 | caching.specs.devices.maxSize=100000 |
26 | 29 | ... | ... |