# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 116
    def decrease_local_busy
      @lock.synchronize { @local_busy -= 1 }
    end