From ddca3ffcf3c1149abb27003179267b80346e0237 Mon Sep 17 00:00:00 2001 From: Sergey Matvienko Date: Wed, 1 Mar 2023 01:06:48 +0100 Subject: [PATCH] spring.test.context.cache.maxSize=1 removed as well as it always eq 1 during application tests (no performance effect) --- application/src/test/resources/application-test.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/application/src/test/resources/application-test.properties b/application/src/test/resources/application-test.properties index a4bedd9527..ad86ff736b 100644 --- a/application/src/test/resources/application-test.properties +++ b/application/src/test/resources/application-test.properties @@ -67,4 +67,3 @@ sql.ttl.audit_logs.ttl=2592000 sql.edge_events.partition_size=168 sql.ttl.edge_events.edge_event_ttl=2592000 -spring.test.context.cache.maxSize=1 \ No newline at end of file