From b0999ac7d9adce409de72c39027ce13a69ad16dd Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 12 Jul 2023 17:50:56 +0800 Subject: [PATCH] refactor: change eureka properties. refer to https://www.cnblogs.com/zhangs1986/p/10529815.html --- framework/eureka/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/eureka/src/main/resources/application.properties b/framework/eureka/src/main/resources/application.properties index 53152a0224..ac7c6f83e5 100644 --- a/framework/eureka/src/main/resources/application.properties +++ b/framework/eureka/src/main/resources/application.properties @@ -13,4 +13,5 @@ logging.file.path=/opt/metersphere/logs/${spring.application.name} spring.redis.redisson.file=file:/opt/metersphere/conf/redisson.yml eureka.server.enable-self-preservation=false -eureka.server.eviction-interval-timer-in-ms=10000 \ No newline at end of file +eureka.server.eviction-interval-timer-in-ms=10000 +eureka.server.use-read-only-response-cache=false \ No newline at end of file