Merge pull request #655 from abitmore/patch-6

Fix seed node stuck issue #654
This commit is contained in:
emfrias 2016-05-18 09:29:40 -04:00
commit 9e10edfdb2

View file

@ -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()