Skip to content

Commit 775b801

Browse files
committed
锁屏时减少移动鼠标频率
1 parent 52c2df8 commit 775b801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComputerLock/Services/GlobalLockService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public void Lock()
204204
_mouseHook.MoveAndClick();
205205
try
206206
{
207-
await Task.Delay(TimeSpan.FromSeconds(30), _cts.Token);
207+
await Task.Delay(TimeSpan.FromSeconds(55), _cts.Token);
208208
}
209209
catch (TaskCanceledException)
210210
{

0 commit comments

Comments
 (0)