aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-10-21 09:01:41 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-10-21 09:01:44 +0200
commit2b0259c00198181a267884144472e433d6195ef8 (patch)
tree021050b553f2712da6efcb4361d28a4080ab2658 /src
parenta5686d8c2744d8cdfdcfab9c5de50e9e781043c9 (diff)
oops
Diffstat (limited to 'src')
-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;
}