Skip to content

Commit 4bf4bf3

Browse files
authored
Update mq.toml
Throttle back to 90 per hour
1 parent c24203f commit 4bf4bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/mq.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sleep_for = "25m"
1313
[pullrequest]
1414
labels = "bot-pr" # label to apply to pull request on creation (comma separated list)
1515
comment = ""
16-
requests_per_hour = 150 # target number of pull requests per hour
16+
requests_per_hour = 90 # target number of pull requests per hour
1717

1818
# the max number of deps in this repo. setting to 3 for example will cause
1919
# files in alpha, bravo, charlie deps to be changed

0 commit comments

Comments
 (0)