mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +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"))
|
if (vm.count("standalone"))
|
||||||
{
|
{
|
||||||
theConfig.RUN_STANDALONE = true;
|
theConfig.RUN_STANDALONE = true;
|
||||||
|
theConfig.LEDGER_HISTORY = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user