fix
This commit is contained in:
parent
0d63164beb
commit
84954da330
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user