Skip to content

Commit

Permalink
fix: remove rate limiting implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Jan 7, 2025
1 parent c952760 commit 9d5065e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handler/rfc8628/strategy_hmacsha.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import (
enigma "github.com/ory/fosite/token/hmac"
)

const POLLING_RATE_LIMITING_LEEWAY = 200 * time.Millisecond

// DefaultDeviceStrategy implements the default device strategy
type DefaultDeviceStrategy struct {
Enigma *enigma.HMACStrategy
Expand Down

0 comments on commit 9d5065e

Please sign in to comment.