class Rage::Configuration::Server

def initialize

Other tags:
    Private: -
def initialize
  @threads_count = 1
  @workers_count = Rage.env.development? ? 1 : -1
  @port = 3000
end