Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5f4aed1

Browse files
committed
refactor: disable segment based prioritization
1 parent 03caa47 commit 5f4aed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ var segmentToId map[string]string = map[string]string{
3232
var pubsubClient *pubsub.Client = nil
3333

3434
func segmentToThresholds(segment string) float32 {
35-
if segment == "devops" {
36-
return 1
37-
}
35+
//if segment == "devops" {
36+
// return 1
37+
//}
3838
return 0.2
3939
}
4040

0 commit comments

Comments
 (0)