Skip to content

Commit 5540251

Browse files
committed
PBM-397: check for parallel agent once per minute
1 parent 901e112 commit 5540251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pbm-agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func (a *Agent) HbStatus(ctx context.Context) {
306306

307307
// check storage once in a while if all is ok (see https://jira.percona.com/browse/PBM-647)
308308
const storageCheckInterval = 15 * time.Second
309-
const parallelAgentCheckInternval = 20 * time.Second
309+
const parallelAgentCheckInternval = time.Minute
310310

311311
for {
312312
select {

0 commit comments

Comments
 (0)