Fix seed node stuck issue #654

This commit is contained in:
abitmore 2016-05-16 22:03:08 +02:00
parent 2fb3cb1078
commit aa844f56fa

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