Skip to content

Commit

Permalink
Allow posting more tweets per rate limit window
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Nov 1, 2023
1 parent 3209804 commit a410a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/adapters/twitter/twitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
apiLimitWindow = 15 * time.Minute
apiLimitCreateTweet = 25 // docs claim 200 but it doesn't seem true at all
apiLimitCreateTweet = 50 // docs claim 200 but it doesn't seem true at all
apiLimitGetUserDetails = 75
)

Expand Down

0 comments on commit a410a05

Please sign in to comment.