Skip to content

Commit

Permalink
Increase package-published/user rate limits. (dart-lang#7447)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Jan 31, 2024
1 parent 4fbe95d commit fefe86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config/dartlang-pub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ rateLimits:
daily: 12
- operation: package-published
scope: user
burst: 10
hourly: 100
burst: 200
hourly: 200
daily: 200
- operation: publisher-created
scope: user
Expand Down

0 comments on commit fefe86d

Please sign in to comment.