Skip to content

Commit

Permalink
Increase refresh rate (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan authored Jul 31, 2024
1 parent 992b3cc commit b4228c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private static void runLoop(KeyListener keyboardReceiver) {
catch (Exception) { Console.WriteLine("Client unavailable - removing next loop."); }
}
// control refresh speed
Thread.Sleep(25);
Thread.Sleep(10);
}
}

Expand Down

0 comments on commit b4228c2

Please sign in to comment.