Skip to content

Commit

Permalink
Increase limit to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Mar 6, 2024
1 parent 3e2e451 commit e65f8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/internal/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func Routes() *gin.Engine {
r.Use(controllers.MiddlewareSetDB(db))

thr := throttle.Policy(&throttle.Quota{
Limit: 5,
Limit: 30,
Within: 2 * time.Hour,
})

Expand Down

0 comments on commit e65f8ea

Please sign in to comment.