Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Update main.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Nov 15, 2022
1 parent fd862d7 commit 83fb0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ proc resetRes(poll: int, hwnd: HWND) =

if isMainModule:

# Set the polling rate depending on the amount of CPU threads..
# Set the polling rate depending on the amount of CPU threads.
var poll: int
case countProcessors():
of 0..4: poll = 1000
Expand Down

0 comments on commit 83fb0fe

Please # to comment.