Use timeout in rw callback

Vitaliy Filippov 2020-10-17 11:00:55 +00:00
parent 776fe954a5
commit d952c24979
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ void cluster_client_t::handle_op_part(cluster_op_part_t *part)
assert(op == cur_sync);
finish_sync();
}
else
else if (!op->up_wait)
{
continue_rw(op);
}