Commit 4bcb2428 by Carson Gee

Added missing backlog

parent d116df78
...@@ -5,8 +5,7 @@ preload_app true ...@@ -5,8 +5,7 @@ preload_app true
listen_host = ENV['LISTEN_HOST'] || '0.0.0.0' listen_host = ENV['LISTEN_HOST'] || '0.0.0.0'
listen_port = ENV['LISTEN_PORT'] || '4567' listen_port = ENV['LISTEN_PORT'] || '4567'
listen "#{listen_host}:#{listen_port}", :tcp_nopush => true listen "#{listen_host}:#{listen_port}", :tcp_nopush => true, :backlog => 512
data_dir = ENV['DATA_DIR'] || Dir.tmpdir data_dir = ENV['DATA_DIR'] || Dir.tmpdir
pid "#{data_dir}/forum_unicorn.pid" pid "#{data_dir}/forum_unicorn.pid"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment