diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml
index 2a2728d..89dde0a 100644
--- a/application/src/main/resources/thingsboard.yml
+++ b/application/src/main/resources/thingsboard.yml
@@ -291,6 +291,9 @@ caffeine:
devices:
timeToLiveInMinutes: 1440
maxSize: 100000
+ assets:
+ timeToLiveInMinutes: 1440
+ maxSize: 100000
redis:
# standalone or cluster
diff --git a/dao/src/test/resources/application-test.properties b/dao/src/test/resources/application-test.properties
index f2dab45..20cf91c 100644
--- a/dao/src/test/resources/application-test.properties
+++ b/dao/src/test/resources/application-test.properties
@@ -21,6 +21,9 @@ caffeine.specs.deviceCredentials.maxSize=100000
caffeine.specs.devices.timeToLiveInMinutes=1440
caffeine.specs.devices.maxSize=100000
+caffeine.specs.assets.timeToLiveInMinutes=1440
+caffeine.specs.assets.maxSize=100000
+
caching.specs.devices.timeToLiveInMinutes=1440
caching.specs.devices.maxSize=100000