diff --git a/cmd/renterd/main.go b/cmd/renterd/main.go index 9e87babf2..fd6776d48 100644 --- a/cmd/renterd/main.go +++ b/cmd/renterd/main.go @@ -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,