Merge pull request #655 from abitmore/patch-6
Fix seed node stuck issue #654
This commit is contained in:
commit
9e10edfdb2
1 changed files with 1 additions and 1 deletions
|
|
@ -4192,7 +4192,7 @@ namespace graphene { namespace net { namespace detail {
|
||||||
|
|
||||||
// limit the rate at which we accept connections to mitigate DOS attacks
|
// limit the rate at which we accept connections to mitigate DOS attacks
|
||||||
fc::usleep( fc::milliseconds(10) );
|
fc::usleep( fc::milliseconds(10) );
|
||||||
} FC_CAPTURE_AND_RETHROW()
|
} FC_CAPTURE_AND_LOG( () )
|
||||||
}
|
}
|
||||||
} // accept_loop()
|
} // accept_loop()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue