From dcedb34de9910688533b8eab9f28ddd9e5873a31 Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期三, 07 八月 2024 16:08:09 +0800 Subject: [PATCH] 2024-08-07 朱宝民 欠费关阀改为余额不足关阀 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnit.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnit.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnit.java index 4bd6941..3757b30 100644 --- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnit.java +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnit.java @@ -87,9 +87,8 @@ supVo.long_busyTimeout = -1 ; } - supVo.enableShortThreadPool = true ; - supVo.enableLongThreadPool = true ; - + supVo.enableThreadPool = true ; + supVo.showStartInfo = true ; SupportUnit supUnit = SupportUnit.getInstance() ; @@ -100,7 +99,6 @@ supUnit.start(obj -> { }); } - private static class AdapterImp_SupportUnit implements SupportUnitAdapter { private SupportUnitConfigVo configVo = null ; -- Gitblit v1.8.0