Merge pull request #1 from wowario/master

speed up sync
pull/2/head
fuwa 5 years ago committed by GitHub
commit 6aca571406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,5 +32,9 @@ const config = CryptoConfig
Colors.green,
Colors.black,
34568,
['--prune-blockchain'],
['--prune-blockchain',
'--max-concurrency=1',
'--fast-block-sync',
'--block-sync-size=5',
],
);