Show stderr in real time

This commit is contained in:
Zvonimir Sabljic
2023-08-23 14:47:54 +02:00
parent 2a5983772d
commit 1defc7d126
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
MAX_COMMAND_DEBUG_TRIES = 3
MIN_COMMAND_RUN_TIME = 2000
MAX_COMMAND_RUN_TIME = 30000
MAX_COMMAND_OUTPUT_LENGTH = 2000