Skip to content

Commit

Permalink
Enable pipeline chain downloader for fast sync. (PegaSysEng#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored and notlesh committed Apr 24, 2019
1 parent f174e74 commit 079d3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public class FastSyncChainDownloader {

private static final boolean USE_PIPELINE_DOWNLOADER = false;
private static final boolean USE_PIPELINE_DOWNLOADER = true;

private FastSyncChainDownloader() {}

Expand Down

0 comments on commit 079d3d4

Please sign in to comment.