Adjust codeberg ratelimit again

This commit is contained in:
rubenwardy
2025-09-01 08:33:02 +01:00
parent 79354453e5
commit 30aecb8565

View File

@@ -569,7 +569,7 @@ def check_update_config_default(self, package_id):
check_update_config(self, package_id)
@celery.task(bind=True, rate_limit="15/h") # per worker
@celery.task(bind=True, rate_limit="25/h") # per worker
def check_update_config_codeberg(self, package_id):
check_update_config(self, package_id)