File size: 231 Bytes
def1299
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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