• Patrick Bajao's avatar
    Don't execute webhooks/services when above limit · 4c0fb545
    Patrick Bajao authored
    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.
    4c0fb545
application_setting_implementation.rb 11.9 KB