From e7b141e095ee4e2f7cd39130701055a3f73f4c4a Mon Sep 17 00:00:00 2001 From: Kang Yu Date: Thu, 1 May 2025 15:01:17 -0700 Subject: [PATCH] further speedup auto-restore-new-window --- .../Common/PersistentWindowProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs index ccf7e96..196105f 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs @@ -2134,7 +2134,7 @@ namespace PersistentWindows.Common return; userMove = true; - StartCaptureTimer(UserMoveLatency / 2); + StartCaptureTimer(UserMoveLatency / 4); } break;