Skip to content

executor: Increase buffer size for stdout/err pipes

Warren Gifford requested to merge es/increase-buffer-stdout-executor into main

Created by: eseliger

Before we sometimes got cut-off logs because the scanner couldn't fit all in one line into the buffer. As we log entire git diffs there in a single line, this can be quite big for now.

Merge request reports

Loading