Skip to content

Commit

Permalink
Fixed high CU usage if authentication failed
Browse files Browse the repository at this point in the history
  • Loading branch information
zenden2k committed Mar 13, 2021
1 parent ae227bb commit fb8e61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions KeeneticPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class Worker
while (!stopSignal) {
if (!authenticated) {
if (!authenticate()) {
Sleep(1000);
continue;
}
}
Expand Down
4 changes: 2 additions & 2 deletions KeeneticPlugin.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,2,0
FILEVERSION 1,0,3,0
PRODUCTVERSION 3,0,2,2161
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
Expand All @@ -24,7 +24,7 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileVersion", "1.0.2.0"
VALUE "FileVersion", "1.0.3.0"
VALUE "LegalCopyright", "� 2021 - Sergey Svistunov"

// Don't change the entries below!
Expand Down

0 comments on commit fb8e61e

Please sign in to comment.