diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-10-21 09:01:41 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-10-21 09:01:44 +0200 |
commit | 2b0259c00198181a267884144472e433d6195ef8 (patch) | |
tree | 021050b553f2712da6efcb4361d28a4080ab2658 /src | |
parent | a5686d8c2744d8cdfdcfab9c5de50e9e781043c9 (diff) |
oops
Diffstat (limited to 'src')
-rw-r--r-- | src/BootstrapConnection.cpp | 1 |
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; } |