Skip to content

Commit

Permalink
Set the rate limit for API requests to 195
Browse files Browse the repository at this point in the history
Signed-off-by: Akashdeep Dhar <[email protected]>
  • Loading branch information
gridhead committed Nov 21, 2023
1 parent 03721d9 commit c65d6c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pagure_exporter/conf/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
waittime = 60

# Rate limit for API requests as defined by the destination forge
ratebond = 500
# See https://github.com/fedora-infra/pagure-exporter/issues/60#issuecomment-1820304156
ratebond = 195

# Current count of branches on the namespaces to be transferred
tnfsindx = 0
Expand Down

0 comments on commit c65d6c9

Please sign in to comment.