Skip to content

Commit

Permalink
Use common thread sleep parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Feb 10, 2023
1 parent 03fa9c5 commit d31f453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easymode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ void scan_easy(const char *directory, const char *preset, int nb_threads)
cv,
data
));
cv.wait_for(lock, std::chrono::milliseconds(100));
cv.wait_for(lock, std::chrono::milliseconds(200));
jobs.pop();
}

Expand Down

0 comments on commit d31f453

Please sign in to comment.