From aa844f56faac4dda0d542520a672c4704fb0e617 Mon Sep 17 00:00:00 2001 From: abitmore Date: Mon, 16 May 2016 22:03:08 +0200 Subject: [PATCH] Fix seed node stuck issue #654 --- libraries/net/node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/net/node.cpp b/libraries/net/node.cpp index 6fb212c7..8df99538 100644 --- a/libraries/net/node.cpp +++ b/libraries/net/node.cpp @@ -4192,7 +4192,7 @@ namespace graphene { namespace net { namespace detail { // limit the rate at which we accept connections to mitigate DOS attacks fc::usleep( fc::milliseconds(10) ); - } FC_CAPTURE_AND_RETHROW() + } FC_CAPTURE_AND_LOG( () ) } } // accept_loop()