From 8767717520d06b903ff636f6991db0be99469daa Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Tue, 23 Jul 2024 04:23:59 +1000 Subject: [PATCH] fix: ASM follower syncs more frequently (#2118) closes #2115 --- common/configuration/asm_follower.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configuration/asm_follower.go b/common/configuration/asm_follower.go index 22e72462fc..a7ce2a5eda 100644 --- a/common/configuration/asm_follower.go +++ b/common/configuration/asm_follower.go @@ -13,7 +13,7 @@ import ( "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect" ) -const asmFollowerSyncInterval = time.Minute * 1 +const asmFollowerSyncInterval = time.Second * 10 // asmFollower uses AdminService to get/set secrets from the leader type asmFollower struct {