Commit 116cf483 authored by kurumuz's avatar kurumuz

ok err

parent a208ee28
...@@ -96,6 +96,7 @@ class CURLS3StreamFile(object): ...@@ -96,6 +96,7 @@ class CURLS3StreamFile(object):
self._curl = subprocess.Popen(subprocess_list, self._curl = subprocess.Popen(subprocess_list,
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
bufsize=256 * 1024 * 1024) bufsize=256 * 1024 * 1024)
# Read our max-fd-size, fall back to 1mb if invalid. # Read our max-fd-size, fall back to 1mb if invalid.
pipe_buf_sz = 1024 * 1024 pipe_buf_sz = 1024 * 1024
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment