api: use 10 sized chunk when requesting redmine's API

This commit is contained in:
Benjamin Dauvergne 2021-11-25 11:38:48 +01:00
parent a36b792190
commit c58395944a
1 changed files with 1 additions and 0 deletions

View File

@ -609,6 +609,7 @@ def clean():
repo = get_repo()
repo.git.fetch(prune=True)
api = get_redmine_api()
api.engine.chunk = 10
issue_re = re.compile(r'wip/([0-9]+)')
issues_to_branch = {}