From ffcf44689e53e4c5a9738be6f7d36af923da1453 Mon Sep 17 00:00:00 2001 From: xiaoxiamo <82970607@qq.com> Date: Fri, 25 Oct 2024 15:30:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D#71=20Issues,=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=8F=E6=84=9F=E8=AF=8D=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/java3y/austin/handler/config/SensitiveWordsConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/austin-handler/src/main/java/com/java3y/austin/handler/config/SensitiveWordsConfig.java b/austin-handler/src/main/java/com/java3y/austin/handler/config/SensitiveWordsConfig.java index d69a8e0..de7b232 100644 --- a/austin-handler/src/main/java/com/java3y/austin/handler/config/SensitiveWordsConfig.java +++ b/austin-handler/src/main/java/com/java3y/austin/handler/config/SensitiveWordsConfig.java @@ -124,7 +124,7 @@ public class SensitiveWordsConfig { try { TimeUnit.SECONDS.sleep(UPDATE_TIME_SECONDS); log.debug("SensitiveWordConfig#startScheduledUpdate start update..."); - loadSensitiveWords(); + loadSensWords(); storeSensWords(); } catch (InterruptedException e) { log.error("SensitiveWordConfig#startScheduledUpdate interrupted: {}", e.getMessage());