mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Mark some significant optimization opportuntities.
This commit is contained in:
@@ -758,6 +758,9 @@ void Peer::recvValidation(ripple::TMValidation& packet)
|
||||
return;
|
||||
}
|
||||
|
||||
// OPTIMIZEME: Should just defer validation checking to another thread
|
||||
// checking the signature is expensive (but should do 'isNew' check here)
|
||||
|
||||
#ifndef TRUST_NETWORK
|
||||
try
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user