Skip to content

Commit

Permalink
Raise rate limit for bastion requests (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Oct 24, 2024
1 parent cd56140 commit 1e02893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trusted_applet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const (
updateCheckInterval = 5 * time.Minute

// bastionRateLimit is the maximum number of bastion requests per second to serve.
bastionRateLimit = float64(10)
bastionRateLimit = float64(30)
)

var (
Expand Down

0 comments on commit 1e02893

Please sign in to comment.