diff --git a/envoy/core.py b/envoy/core.py index 153b6a3..bdfc1db 100644 --- a/envoy/core.py +++ b/envoy/core.py @@ -202,7 +202,7 @@ def run(command, data=None, timeout=None, kill_timeout=None, env=None, cwd=None) for c in command: if len(history): - # due to broken pipe problems pass only first 10MB + # due to broken pipe problems pass only first 10 KiB data = history[-1].std_out[0:10*1024] cmd = Command(c)