diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-21 09:01:41 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 22:56:48 +0200 |
commit | 014fd4f91d97db4d65931fc6aef90794591ff85f (patch) | |
tree | 5f3972b85242ab9290a90480ceec02e40d4f6f8b | |
parent | e9787803231bd9b6debe9baa3649e55ce882b393 (diff) |
oops
-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; } |