Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sleep even less between polling for MRs
The logic is: we want to sleep at least 30 secs after iterating over all projects (both so that people have a chance to undo accidental assignments to marge and to not poll like crazy when nothing is happening to the repo). If there are many projects, the current system sleeps too long, though. Let's just sleep one sec between each by default and then make up the difference to the 30s afterwards.
- Loading branch information