Skip to content

Commit efd79c2

Browse files
committed
prlconfig: make FullSync default instead of SnapSync
1 parent 8c06fc6 commit efd79c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prl/prlconfig/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var LightClientGPO = gasprice.Config{
6161

6262
// Defaults contains default settings for use on the Parallax main net.
6363
var Defaults = Config{
64-
SyncMode: downloader.SnapSync,
64+
SyncMode: downloader.FullSync,
6565
XHash: xhash.Config{
6666
CacheDir: "xhash",
6767
CachesInMem: 2,

0 commit comments

Comments
 (0)