Skip to content

Commit

Permalink
Merge pull request ethereum#393 from XinFinOrg/fix-timeout-too-fast
Browse files Browse the repository at this point in the history
fix timeout too fast issue
  • Loading branch information
liam-lai authored Jan 16, 2024
2 parents d24f187 + 3e6ce89 commit c36df9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
SwitchRound: 0,
CertThreshold: 0.667,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 20,
TimeoutPeriod: 30,
MinePeriod: 2,
},
}
Expand All @@ -64,7 +64,7 @@ var (
SwitchRound: 900000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 20,
TimeoutPeriod: 30,
MinePeriod: 2,
},
}
Expand All @@ -74,8 +74,8 @@ var (
MaxMasternodes: 108,
SwitchRound: 0,
CertThreshold: 0.667,
TimeoutSyncThreshold: 5,
TimeoutPeriod: 10,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 30,
MinePeriod: 2,
},
}
Expand Down

0 comments on commit c36df9f

Please sign in to comment.