about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/writer_thread_pool.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rainbows/writer_thread_pool.rb b/lib/rainbows/writer_thread_pool.rb
index 993e9b8..ec07ccd 100644
--- a/lib/rainbows/writer_thread_pool.rb
+++ b/lib/rainbows/writer_thread_pool.rb
@@ -3,9 +3,7 @@
 module Rainbows
 
   # This concurrency model implements a single-threaded app dispatch
-  # with a separate thread pool for writing responses.  By default, this
-  # thread pool is only a single thread: ideal for typical applications
-  # that do not serve large or streaming responses.
+  # with a separate thread pool for writing responses.
   #
   # Unlike most \Rainbows! concurrency models, WriterThreadPool is
   # designed to run behind nginx just like Unicorn is.  This concurrency