about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-27 20:03:20 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-27 20:03:20 -0800
commitd7d1fd6b54501ece1a8777563c02de5b9297ed13 (patch)
tree020199e494f40af20f2ebae473f041f5f58fc5c6 /lib
parent9d60e1931021faa52bee60e34913c656317f2698 (diff)
downloadrainbows-d7d1fd6b54501ece1a8777563c02de5b9297ed13.tar.gz
The previous 2 second default was not enough for folks on slow
connections where our OS socket buffers would've masked the time
it took to write out larger responses.

ref: <20100219220904.GA11377@dcvr.yhbt.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/rainbows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index f188e18..5c8ee94 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -22,7 +22,7 @@ module Rainbows
       false
     end
   end
-  G = State.new(true, 0, 0, 2)
+  G = State.new(true, 0, 0, 5)
   O = {}
 
   require 'rainbows/const'