Revert "Apply transaction batches in periodic intervals (#4504)" (#4852)

This reverts commit 002893f280.

There were two files with conflicts in the automated revert:

- src/ripple/rpc/impl/RPCHelpers.h and
- src/test/rpc/JSONRPC_test.cpp

Those files were manually resolved.
This commit is contained in:
Scott Schurr
2023-12-20 09:30:12 -08:00
committed by GitHub
parent ffb53f2085
commit c53a5e7a72
24 changed files with 167 additions and 402 deletions

View File

@@ -1533,7 +1533,6 @@ ApplicationImp::start(bool withTimers)
{
setSweepTimer();
setEntropyTimer();
m_networkOPs->setBatchApplyTimer();
}
m_io_latency_sampler.start();