mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Temporarily disable SF_RETRY logic until it can be rethought.
This commit is contained in:
@@ -259,9 +259,8 @@ void NetworkOPs::runTransactionQueue ()
|
||||
|
||||
if (isTemMalformed (r)) // malformed, cache bad
|
||||
theApp->getHashRouter ().setFlag (txn->getID (), SF_BAD);
|
||||
else if (isTelLocal (r) || isTerRetry (r)) // can be retried
|
||||
theApp->getHashRouter ().setFlag (txn->getID (), SF_RETRY);
|
||||
|
||||
// else if (isTelLocal (r) || isTerRetry (r)) // can be retried
|
||||
// theApp->getHashRouter ().setFlag (txn->getID (), SF_RETRY);
|
||||
|
||||
if (isTerRetry (r))
|
||||
{
|
||||
@@ -352,8 +351,8 @@ Transaction::pointer NetworkOPs::processTransaction (Transaction::pointer trans,
|
||||
|
||||
if (isTemMalformed (r)) // malformed, cache bad
|
||||
theApp->getHashRouter ().setFlag (trans->getID (), SF_BAD);
|
||||
else if (isTelLocal (r) || isTerRetry (r)) // can be retried
|
||||
theApp->getHashRouter ().setFlag (trans->getID (), SF_RETRY);
|
||||
// else if (isTelLocal (r) || isTerRetry (r)) // can be retried
|
||||
// theApp->getHashRouter ().setFlag (trans->getID (), SF_RETRY);
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user