AdityaSharmaTech's picture
Upload 177 files
def1299 verified
raw
history blame contribute delete
231 Bytes
threads_count = Integer(ENV['RAILS_MAX_THREADS'])
process_count = Integer(ENV['RAILS_SERVER_PROCESSES'])
threads threads_count, threads_count
workers process_count
port ENV['PORT']
environment ENV['RAILS_ENV']
plugin :tmp_restart