Use timeout in rw callback
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user