mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
improve speed of sync webpage command window with cursor position
This commit is contained in:
parent
de90b42152
commit
7d77f64d79
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue