feat: add max depth for reminders

This commit is contained in:
Karl-Philipp Wulfert
2019-06-04 12:17:30 +02:00
parent 65a7233905
commit 3641ec4d00
2 changed files with 20 additions and 2 deletions

View File

@@ -191,3 +191,8 @@ export const SLACK_CHANNEL = 'C762UG76Z';
* Concurrency for async pool
*/
export const CONCURRENCY = 3;
/**
* Maximum depth for merge request reminders
*/
export const MAX_DEPTH_FOR_REMINDER = 2;