improve speed of sync webpage command window with cursor position

This commit is contained in:
Kang Yu 2024-04-21 15:02:15 -07:00
parent de90b42152
commit 7d77f64d79

View file

@ -580,7 +580,7 @@ namespace PersistentWindows.Common
StartAliveTimer(6);
}
private static void StartAliveTimer(int caller_id, int milliseconds = 500)
private static void StartAliveTimer(int caller_id, int milliseconds = 200)
{
if (aliveTimer != null)
{