Skip to content

fix tight log loop when fetching Gitolite config and frontend is unavailable

Administrator requested to merge suppress-gitolite-tight-log into master

Created by: sqs

If conf.GitoliteConfigs returns an error quickly and repeatedly, then very many redundant log messages will be printed out. This occurs when the frontend is unavailable (because it is starting up) and adds useless noise to logs.

Merge request reports

Loading