From 014fd4f91d97db4d65931fc6aef90794591ff85f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 21 Oct 2018 09:01:41 +0200 Subject: oops --- src/BootstrapConnection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BootstrapConnection.cpp b/src/BootstrapConnection.cpp index 55e49df..a9ff5b8 100644 --- a/src/BootstrapConnection.cpp +++ b/src/BootstrapConnection.cpp @@ -251,7 +251,6 @@ namespace sibs if(subscribeIt == subscribeData.end()) { Log::warn("BootstrapConnection::put with no subscribers on same key '%s'", pubsubKey.toString().c_str()); - std::this_thread::sleep_for(std::chrono::milliseconds(200)); goto checkPutAttemptDuration; } -- cgit v1.2.3