]> git.pld-linux.org Git - projects/cleanbuild.git/blobdiff - teeboth
cleanbuild-docker: add tracing option
[projects/cleanbuild.git] / teeboth
diff --git a/teeboth b/teeboth
index b30e92c01203a431c309a51c778f6ac49a4c24bb..6054118603d65eddfb9b40e4f553fa39d661ca3b 100755 (executable)
--- a/teeboth
+++ b/teeboth
@@ -53,7 +53,7 @@ sethandle( \*child_err );
 
 while ( $alive ) {
        foreach my $h ( $select->can_read() ) {
-               sysread $h, $_, 1024;
+               sysread $h, $_, 102400;
                print $fout $_;
                if ( $h == \*child_err ) {
                        print "\033[31m$_\033[0m";
This page took 0.022185 seconds and 4 git commands to generate.