Make sure backfilling is disabled in standalone mode.

This commit is contained in:
JoelKatz
2013-01-12 05:22:52 -08:00
parent 35f36d61e2
commit 3febe8ae2a

View File

@@ -173,6 +173,7 @@ int main(int argc, char* argv[])
if (vm.count("standalone"))
{
theConfig.RUN_STANDALONE = true;
theConfig.LEDGER_HISTORY = 0;
}
}