Commit 2bea0e59 authored by Łukasz Nowak's avatar Łukasz Nowak

Send only part of the output

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