update to 1 min timeout

This commit is contained in:
賴怡誠 2024-10-01 18:18:45 -07:00
parent 071b47f07b
commit 528f10b422

View file

@ -56,6 +56,14 @@ var (
TimeoutPeriod: 600,
MinePeriod: 2,
},
8000: {
MaxMasternodes: 108,
SwitchRound: 8000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 2,
TimeoutPeriod: 60,
MinePeriod: 2,
},
}
TestnetV2Configs = map[uint64]*V2Config{