From 8b5985aeb0a318d62f6c0eaaee4f95bf71d60784 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Thu, 11 Jan 2024 19:06:46 -0500 Subject: [PATCH] change to 500gb (#1065) --- flow/peerdbenv/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/peerdbenv/config.go b/flow/peerdbenv/config.go index c17a5b89b7..27114f9b9c 100644 --- a/flow/peerdbenv/config.go +++ b/flow/peerdbenv/config.go @@ -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