Skip to content

Commit

Permalink
(BIDS-2872) wip
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Feb 15, 2024
1 parent f637c5d commit e30320d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ratelimit/ratelimit.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ var weightsMu = &sync.RWMutex{}
var weights = map[string]int64{} // guarded by weightsMu
var buckets = map[string]string{} // guarded by weightsMu

var pathPrefix = "" // only requests with this prefix will be ratelimited

var logger = logrus.StandardLogger().WithField("module", "ratelimit")

type DbEntry struct {
Expand Down

0 comments on commit e30320d

Please sign in to comment.