Skip to content

Commit

Permalink
Customer 1 hr timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Feb 8, 2024
1 parent 8eb2567 commit 863452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/peerdbenv/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func PeerDBCDCIdleTimeoutSeconds(providedValue int) time.Duration {
if providedValue > 0 {
x = providedValue
} else {
x = getEnvInt("PEERDB_CDC_IDLE_TIMEOUT_SECONDS", 60)
x = getEnvInt("PEERDB_CDC_IDLE_TIMEOUT_SECONDS", 60*60)
}
return time.Duration(x) * time.Second
}
Expand Down

0 comments on commit 863452e

Please sign in to comment.