This commit is contained in:
tqcq 2024-10-26 10:44:51 +00:00
parent 0d63164beb
commit 84954da330

View File

@ -368,7 +368,7 @@ find_row_mask(std::vector<set_t> &sets,
if (found) { break; }
step_count -= std::min(step_count, step);
step_count -= std::min(step_count, step / 10);
if (my_pos > g_base_pos.load(std::memory_order_relaxed) + step_count) {
std::lock_guard<std::mutex> _(lock);