# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 112
    def increase_local_busy
      @lock.synchronize { @local_busy += 1 }
    end