Skip to content

Commit

Permalink
things seem to run faster at this buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed Mar 21, 2012
1 parent 093a237 commit 78171c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unix_utils.rb
Expand Up @@ -8,7 +8,7 @@

module UnixUtils

BUFSIZE = 4_194_304
BUFSIZE = 2**16

def self.curl(url, form_data = nil)
outfile = tmp_path url
Expand Down

0 comments on commit 78171c1

Please sign in to comment.