class Rage::Configuration::Server
def initialize
- Private: -
def initialize @threads_count = 1 @workers_count = Rage.env.development? ? 1 : -1 @port = 3000 end
def initialize @threads_count = 1 @workers_count = Rage.env.development? ? 1 : -1 @port = 3000 end