mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
minor changes to discourse bench
Ruby master is not compatible with bootsnap atm
This commit is contained in:
@ -214,7 +214,7 @@ begin
|
||||
FileUtils.mkdir_p(File.join('tmp', 'pids'))
|
||||
spawn("bundle exec unicorn -c config/unicorn.conf.rb")
|
||||
else
|
||||
spawn("bundle exec puma -p #{@port}")
|
||||
spawn("bundle exec puma -p #{@port} -e production")
|
||||
end
|
||||
|
||||
while port_available? @port
|
||||
|
Reference in New Issue
Block a user