From 801f4b3ef1789e9f167a9267825a8308230fcd5f Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期二, 27 七月 2021 14:45:04 +0800
Subject: [PATCH] add total on deldata

---
 ClusterApi.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ClusterApi.go b/ClusterApi.go
index a0be010..c41143c 100644
--- a/ClusterApi.go
+++ b/ClusterApi.go
@@ -55,6 +55,7 @@
 		if resultMsg == "杩愯澶辫触" {
 			return true
 		}
+		time.Sleep(time.Second * 3)
 	}
 	bs := VerifyShortNodeServer(ip, port)
 	return bs

--
Gitblit v1.8.0