about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/sha1.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha1.ru b/t/sha1.ru
index 55e91ab..b523977 100644
--- a/t/sha1.ru
+++ b/t/sha1.ru
@@ -1,5 +1,5 @@
 # SHA1 checksum generator
-bs = ENV['bs'] ? ENV['bs'].to_i : 4096
+bs = ENV['bs'] ? ENV['bs'].to_i : 16384
 require 'digest/sha1'
 use Rack::ContentLength
 app = lambda do |env|