Niko Kovacevic 6 лет назад
Родитель
Сommit
0ed9e0221f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      costmodel/costmodel.go

+ 1 - 1
costmodel/costmodel.go

@@ -28,7 +28,7 @@ import (
 const (
 const (
 	statusAPIError = 422
 	statusAPIError = 422
 
 
-	profileThreshold = 500 * 1000 * 1000 // 500ms (in ns)
+	profileThreshold = 1000 * 1000 * 1000 // 1s (in ns)
 
 
 	apiPrefix         = "/api/v1"
 	apiPrefix         = "/api/v1"
 	epAlertManagers   = apiPrefix + "/alertmanagers"
 	epAlertManagers   = apiPrefix + "/alertmanagers"