# File lib/rainbows/configurator.rb, line 64
  def worker_connections(clients)
    check!
    set_int(:worker_connections, clients, 1)
  end