Skip to content

Commit

Permalink
change to 500gb (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Jan 12, 2024
1 parent 03552b9 commit 8b5985a
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 @@ -72,7 +72,7 @@ func PeerDBCatalogDatabase() string {

// PEERDB_SLOT_LAG_MB_ALERT_THRESHOLD, 0 disables slot lag alerting entirely
func PeerDBSlotLagMBAlertThreshold() uint32 {
return getEnvUint32("PEERDB_SLOT_LAG_MB_ALERT_THRESHOLD", 5000)
return getEnvUint32("PEERDB_SLOT_LAG_MB_ALERT_THRESHOLD", 5000*100)
}

// PEERDB_ALERTING_GAP_MINUTES, 0 disables all alerting entirely
Expand Down

0 comments on commit 8b5985a

Please sign in to comment.