From f27ab35b5a7c0abe0c4926071a651a7e57c1d09a Mon Sep 17 00:00:00 2001 From: Viacheslav Kukhtyn Date: Sat, 22 Dec 2018 14:34:03 +0200 Subject: [PATCH] Remove redundant cache properties from test config --- dao/src/test/resources/application-test.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/dao/src/test/resources/application-test.properties b/dao/src/test/resources/application-test.properties index a285676f08..7440a966fe 100644 --- a/dao/src/test/resources/application-test.properties +++ b/dao/src/test/resources/application-test.properties @@ -27,9 +27,6 @@ caffeine.specs.assets.maxSize=100000 caffeine.specs.entityViews.timeToLiveInMinutes=1440 caffeine.specs.entityViews.maxSize=100000 -caching.specs.devices.timeToLiveInMinutes=1440 -caching.specs.devices.maxSize=100000 - redis.connection.host=localhost redis.connection.port=6379 redis.connection.db=0