Add cache for SoftwareModule, DistributionSet and Target types (#2784)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -23,7 +23,13 @@ spring.jpa.properties.eclipselink.logging.parameters=true
|
||||
# Enforce persistence of target polls for test predictability.
|
||||
hawkbit.server.repository.eagerPollPersistence=true
|
||||
|
||||
# disables Rollout and RoulloutGroup status cache for tests
|
||||
# disables tenant config cache for tests
|
||||
hawkbit.cache.JpaTenantConfiguration.spec=maximumSize=0
|
||||
# disables type cache for tests
|
||||
hawkbit.cache.JpaSoftwareModuleType.spec=maximumSize=0
|
||||
hawkbit.cache.JpaDistributionSetType.spec=maximumSize=0
|
||||
hawkbit.cache.JpaTargetType.spec=maximumSize=0
|
||||
# disables Rollout and RolloutGroup status cache for tests
|
||||
hawkbit.cache.RolloutStatus.spec=maximumSize=0
|
||||
hawkbit.cache.RolloutGroupStatus.spec=maximumSize=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user