mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 20:25:52 +00:00
reset flushInterval
This commit is contained in:
@@ -88,7 +88,7 @@ private:
|
|||||||
/// being written to the database more than once. It is recommended to use
|
/// being written to the database more than once. It is recommended to use
|
||||||
/// the default value of 0 for this variable; however, different values can
|
/// the default value of 0 for this variable; however, different values can
|
||||||
/// be experimented with if better performance is desired.
|
/// be experimented with if better performance is desired.
|
||||||
size_t flushInterval_ = 1000000;
|
size_t flushInterval_ = 0;
|
||||||
|
|
||||||
/// This variable controls the number of GetLedgerData calls that will be
|
/// This variable controls the number of GetLedgerData calls that will be
|
||||||
/// executed in parallel during the initial ledger download. GetLedgerData
|
/// executed in parallel during the initial ledger download. GetLedgerData
|
||||||
|
|||||||
Reference in New Issue
Block a user