mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
Make sure backfilling is disabled in standalone mode.
This commit is contained in:
@@ -173,6 +173,7 @@ int main(int argc, char* argv[])
|
||||
if (vm.count("standalone"))
|
||||
{
|
||||
theConfig.RUN_STANDALONE = true;
|
||||
theConfig.LEDGER_HISTORY = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user