aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/BootstrapConnection.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}