From 2ff36d81a13913c92b2cf52c2df29a35c472330a Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 03 三月 2022 22:55:49 +0800 Subject: [PATCH] update 优化 防重 与 限流 功能支持国际化消息返回 --- ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java | 40 ---------------------------------------- 1 files changed, 0 insertions(+), 40 deletions(-) diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java index 0b9024d..eae9e3f 100644 --- a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java +++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java @@ -90,24 +90,9 @@ private int retryInterval; /** - * 鍙戝竷鍜岃闃呰繛鎺ョ殑鏈�灏忕┖闂茶繛鎺ユ暟 - */ - private int subscriptionConnectionMinimumIdleSize; - - /** * 鍙戝竷鍜岃闃呰繛鎺ユ睜澶у皬 */ private int subscriptionConnectionPoolSize; - - /** - * 鍗曚釜杩炴帴鏈�澶ц闃呮暟閲� - */ - private int subscriptionsPerConnection; - - /** - * DNS鐩戞祴鏃堕棿闂撮殧锛屽崟浣嶏細姣 - */ - private int dnsMonitoringInterval; } @@ -166,34 +151,9 @@ private int retryInterval; /** - * 閿欒閲嶈瘯娆℃暟 - */ - private int failedSlaveReconnectionInterval; - - /** - * 鍙戝竷鍜岃闃呰繛鎺ユ睜鏈�灏忕┖闂茶繛鎺ユ暟 - */ - private int subscriptionConnectionMinimumIdleSize; - - /** * 鍙戝竷鍜岃闃呰繛鎺ユ睜澶у皬 */ private int subscriptionConnectionPoolSize; - - /** - * 鍗曚釜杩炴帴鏈�澶ц闃呮暟閲� - */ - private int subscriptionsPerConnection; - - /** - * 鎵弿闂撮殧 - */ - private int scanInterval; - - /** - * DNS鐩戞祴鏃堕棿闂撮殧锛屽崟浣嶏細姣 - */ - private int dnsMonitoringInterval; /** * 璇诲彇妯″紡 -- Gitblit v1.9.3