Skip to content

Commit d03f9b2

Browse files
author
Shlomi Noach
committed
More frequent local checks
1 parent 5050452 commit d03f9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/throttle/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const frenoAppName = "freno"
14-
const selfCheckInterval = 5 * time.Second
14+
const selfCheckInterval = 500 * time.Millisecond
1515

1616
// ThrottlerCheck provides methdos for an app checking on metrics
1717
type ThrottlerCheck struct {

0 commit comments

Comments
 (0)