From d952c24979c0b65be77618ef13fe1485f14335e3 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sat, 17 Oct 2020 11:00:55 +0000 Subject: [PATCH] Use timeout in rw callback --- cluster_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster_client.cpp b/cluster_client.cpp index 4ad95661..2cc43418 100644 --- a/cluster_client.cpp +++ b/cluster_client.cpp @@ -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); }