Commit 04d67189 authored by Łukasz Nowak's avatar Łukasz Nowak

Send only part of the output

parent de3b25b3
......@@ -143,7 +143,8 @@ def main():
error_count=0
)
pass
status_dict['stdout'] = result
# send only part of the result
status_dict['stdout'] = result[-8192:]
end = time()
......
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