mirror of
https://github.com/not-kennethreitz/envoy.git
synced 2026-06-05 15:10:19 +00:00
Fix misleading comment about 10MB limit -> 10 KiB
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user