File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -269,10 +269,11 @@ BUCKETLIST_DB_PERSIST_INDEX = true
269269# thread.
270270BACKGROUND_OVERLAY_PROCESSING = true
271271
272- # EXPERIMENTAL_PARALLEL_LEDGER_APPLY (bool) default false
272+ # PARALLEL_LEDGER_APPLY (bool) default true
273273# This causes ledger application to be done in parallel, which can lead to better
274- # performance on multicore machines. Note that this is not compatible with SQLite.
275- EXPERIMENTAL_PARALLEL_LEDGER_APPLY = false
274+ # performance on multicore machines. Note that this is not compatible with
275+ # in-memory SQLite.
276+ PARALLEL_LEDGER_APPLY = true
276277
277278# BACKGROUND_TX_SIG_VERIFICATION (bool) default true
278279# Check signatures in the background for transactions received
Original file line number Diff line number Diff line change @@ -516,10 +516,10 @@ class Config : public std::enable_shared_from_this<Config>
516516 // index.
517517 size_t BUCKETLIST_DB_INDEX_CUTOFF ;
518518
519- // Enable parallel processing of overlay operations (experimental)
519+ // Enable parallel processing of overlay operations
520520 bool BACKGROUND_OVERLAY_PROCESSING ;
521521
522- // Enable parallel block application (experimental)
522+ // Enable parallel block application
523523 bool PARALLEL_LEDGER_APPLY ;
524524
525525 // Disable expensive Soroban metrics for performance testing
You can’t perform that action at this time.
0 commit comments