Set Eth1FollowDistance to 16 for demo (#1891)

This commit is contained in:
Preston Van Loon 2019-03-05 14:42:18 -06:00 committed by GitHub
parent ef54152071
commit 23d5b5f0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,7 @@ func DemoBeaconConfig() *BeaconChainConfig {
demoConfig.MaxDepositAmount = 3200000
demoConfig.EjectionBalance = 1600000
demoConfig.SyncPollingInterval = 1 * 10 // Query nodes over the network every slot.
demoConfig.Eth1FollowDistance = 16
return &demoConfig
}