Skip to content

Commit 8943430

Browse files
Locate: Increase early-exit probability to 30% (#161)
1 parent e4c4c50 commit 8943430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
var (
3535
errFailedToLookupClient = errors.New("Failed to look up client location")
3636
rand = mathx.NewRandom(time.Now().UnixNano())
37-
earlyExitProbability = 0.1
37+
earlyExitProbability = 0.3
3838
)
3939

4040
// Signer defines how access tokens are signed.

0 commit comments

Comments
 (0)