# File lib/bundler/installer/parallel_installer.rb, line 60
  def self.max_threads
    [Bundler.settings[:jobs].to_i-1, 1].max
  end