Don't execute webhooks/services when above limit
If a single push has a number of changes over the threshold (`push_event_hooks_limit` setting, 3 by default), the related project webhooks and services won't be executed. This way, in an event where bulk changes are pushed, the system won't be overloaded.
Showing
Please register or sign in to comment