mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 07:10:53 +00:00
chore: Enable most readability checks (#7772)
This commit is contained in:
@@ -1034,16 +1034,6 @@ public:
|
||||
// slow ledger is generated
|
||||
UndoDelay undoDelay{behind};
|
||||
sim.collectors.add(undoDelay);
|
||||
|
||||
#if 0
|
||||
// Have all beast::journal output printed to stdout
|
||||
for (Peer* p : network)
|
||||
p->sink.threshold(beast::Severity::All);
|
||||
|
||||
// Print ledger accept and fully validated events to stdout
|
||||
StreamCollector sc{std::cout};
|
||||
sim.collectors.add(sc);
|
||||
#endif
|
||||
// Run the simulation for 100 seconds of simulation time with
|
||||
std::chrono::nanoseconds const simDuration = 100s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user