From 5148653184269a682e7e0497c4c7246f18e8ba14 Mon Sep 17 00:00:00 2001 From: PJ Date: Thu, 25 Jul 2024 14:21:16 +0200 Subject: [PATCH] main: add 6 blocks leeway to submission buffer --- cmd/renterd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,