We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c06fc6 commit efd79c2Copy full SHA for efd79c2
prl/prlconfig/config.go
@@ -61,7 +61,7 @@ var LightClientGPO = gasprice.Config{
61
62
// Defaults contains default settings for use on the Parallax main net.
63
var Defaults = Config{
64
- SyncMode: downloader.SnapSync,
+ SyncMode: downloader.FullSync,
65
XHash: xhash.Config{
66
CacheDir: "xhash",
67
CachesInMem: 2,
0 commit comments