From 70f1030400c5000e1a173c068b06548df2b21ae5 Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Fri, 24 Nov 2023 21:01:48 +0530 Subject: [PATCH] change to 10 mins --- flow/activities/flowable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/activities/flowable.go b/flow/activities/flowable.go index d7900a9b5d..ddeba8ea24 100644 --- a/flow/activities/flowable.go +++ b/flow/activities/flowable.go @@ -699,7 +699,7 @@ func getPostgresPeerConfigs(ctx context.Context) ([]*protos.Peer, error) { } func (a *FlowableActivity) SendWALHeartbeat(ctx context.Context) error { - sendTimeout := 10 * time.Second + sendTimeout := 10 * time.Minute ticker := time.NewTicker(sendTimeout) defer ticker.Stop()