about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4/rainbows_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rails_app-2.3.4/rainbows_config.rb')
-rw-r--r--examples/rails_app-2.3.4/rainbows_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rails_app-2.3.4/rainbows_config.rb b/examples/rails_app-2.3.4/rainbows_config.rb
index 9222bef..18c76be 100644
--- a/examples/rails_app-2.3.4/rainbows_config.rb
+++ b/examples/rails_app-2.3.4/rainbows_config.rb
@@ -1,7 +1,7 @@
 # we need thread-safety for Rails with Revactor
 ENV["RAILS_ENV"] = "production"
 
-listen 8080
+listen 8080, :tcp_nodelay => true
 # we're lazy and are just using the Moneta::Memory store
 worker_processes 1
 Rainbows! do