From 8fdb04f19112b8444d2a650896ebc9fd1babf76a Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 22 Feb 2024 22:02:04 +0100 Subject: [PATCH] wip --- cmd/crowdsec/lpmetrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crowdsec/lpmetrics.go b/cmd/crowdsec/lpmetrics.go index e3799e35455..2bdf6ecb8f5 100644 --- a/cmd/crowdsec/lpmetrics.go +++ b/cmd/crowdsec/lpmetrics.go @@ -18,7 +18,7 @@ import ( "github.com/crowdsecurity/crowdsec/pkg/models" ) -const lpMetricsInterval = 1800 +const lpMetricsInterval = 6 func detectOS() (string, string) { if cwversion.System == "docker" {