Browse Source

AI rule node: add missing cache specs to test application properties

pull/13371/head
Dmytro Skarzhynets 11 months ago
parent
commit
14d89aa5ea
No known key found for this signature in database GPG Key ID: 2B51652F224037DF
  1. 5
      dao/src/test/resources/application-test.properties

5
dao/src/test/resources/application-test.properties

@ -111,6 +111,9 @@ cache.specs.mobileSecretKey.maxSize=10000
cache.specs.trendzSettings.timeToLiveInMinutes=1440
cache.specs.trendzSettings.maxSize=10000
cache.specs.aiModel.timeToLiveInMinutes=1440
cache.specs.aiModel.maxSize=10000
redis.connection.host=localhost
redis.connection.port=6379
redis.connection.db=0
@ -158,4 +161,4 @@ queue.core.poll-interval=5
queue.core.partitions=2
queue.rule-engine.poll-interval=5
spring.jpa.properties.hibernate.dialect=org.thingsboard.server.dao.ThingsboardPostgreSQLDialect
spring.jpa.properties.hibernate.dialect=org.thingsboard.server.dao.ThingsboardPostgreSQLDialect

Loading…
Cancel
Save