Skip to content

Commit

Permalink
fix: ASM follower syncs more frequently (#2118)
Browse files Browse the repository at this point in the history
closes #2115
  • Loading branch information
matt2e authored Jul 22, 2024
1 parent 36a4b11 commit 8767717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/configuration/asm_follower.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8767717

Please sign in to comment.