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