Skip to content

Commit

Permalink
main: add 6 blocks leeway to submission buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan authored and ChrisSchinnerl committed Jul 29, 2024
1 parent 804ea4d commit 5148653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/renterd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var (
},
Autopilot: config.Autopilot{
Enabled: true,
RevisionSubmissionBuffer: 144,
RevisionSubmissionBuffer: 150, // 144 + 6 blocks leeway
AccountsRefillInterval: defaultAccountRefillInterval,
Heartbeat: 30 * time.Minute,
MigrationHealthCutoff: 0.75,
Expand Down

0 comments on commit 5148653

Please sign in to comment.