Commit f27ab35b5a7c0abe0c4926071a651a7e57c1d09a

Authored by Viacheslav Kukhtyn
Committed by Andrew Shvayka
1 parent 4c2aa4a6

Remove redundant cache properties from test config

... ... @@ -27,9 +27,6 @@ caffeine.specs.assets.maxSize=100000
27 27 caffeine.specs.entityViews.timeToLiveInMinutes=1440
28 28 caffeine.specs.entityViews.maxSize=100000
29 29
30   -caching.specs.devices.timeToLiveInMinutes=1440
31   -caching.specs.devices.maxSize=100000
32   -
33 30 redis.connection.host=localhost
34 31 redis.connection.port=6379
35 32 redis.connection.db=0
... ...