From 501af800ce10f9326986fa2e8cfc46c94ddf3631 Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Sat, 13 Sep 2025 16:06:19 +0800 Subject: [PATCH] add:issue #180 --- Ink Canvas/Resources/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ink Canvas/Resources/Settings.cs b/Ink Canvas/Resources/Settings.cs index e59d3037..fd466d93 100644 --- a/Ink Canvas/Resources/Settings.cs +++ b/Ink Canvas/Resources/Settings.cs @@ -467,7 +467,7 @@ namespace Ink_Canvas public bool IsEnabled { get; set; } = false; [JsonProperty("scanIntervalMs")] - public int ScanIntervalMs { get; set; } = 5000; + public int ScanIntervalMs { get; set; } = 1000; [JsonProperty("interceptRules")] public Dictionary InterceptRules { get; set; } = new Dictionary