Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Add Unstable Options to the CLI #1213

Merged
merged 10 commits into from
Apr 5, 2019
Prev Previous commit
correct default˚
  • Loading branch information
shemnon committed Apr 5, 2019
commit 887eb081aa2339b256808722fd5e7b2e7b3ea26f
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public void parseBlockPropagationRange(final String arg) {
@CommandLine.Option(
names = "--Xsynchronizer-world-state-min-millis-before-stalling",
hidden = true,
defaultValue = "5",
defaultValue = "300000",
paramLabel = "<LONG>",
description =
"Minimum time in ms without progress before considering a world state download as stalled (default: ${DEFAULT-VALUE})")
Expand Down