From c65d6c96d61af3a22909434423e10b856cfe3c90 Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Tue, 21 Nov 2023 11:55:11 +0530 Subject: [PATCH] Set the rate limit for API requests to 195 Signed-off-by: Akashdeep Dhar --- pagure_exporter/conf/standard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pagure_exporter/conf/standard.py b/pagure_exporter/conf/standard.py index f13285f..6da4ae1 100644 --- a/pagure_exporter/conf/standard.py +++ b/pagure_exporter/conf/standard.py @@ -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