Use timeout in rw callback

This commit is contained in:
Vitaliy Filippov
2020-10-17 11:00:55 +00:00
parent 776fe954a5
commit d952c24979
+1 -1
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);
}