diff --git a/src/xrpld/app/ledger/detail/InboundLedgers.cpp b/src/xrpld/app/ledger/detail/InboundLedgers.cpp index b05268f65b..528888f1a3 100644 --- a/src/xrpld/app/ledger/detail/InboundLedgers.cpp +++ b/src/xrpld/app/ledger/detail/InboundLedgers.cpp @@ -404,7 +404,7 @@ public: it->second->touch(); ++it; } - else if ((la + std::chrono::minutes(1)) < start) + else if ((la + std::chrono::seconds(10)) < start) { stuffToSweep.push_back(it->second); // shouldn't cause the actual final delete