]> Sergey Matveev's repositories - public-inbox.git/commit
extindex: enable autoflush on STDOUT/STDERR
authorEric Wong <e@80x24.org>
Sat, 26 Dec 2020 10:16:22 +0000 (10:16 +0000)
committerEric Wong <e@80x24.org>
Sun, 27 Dec 2020 09:30:33 +0000 (09:30 +0000)
commit41464d205ade16a5a847061fa2eb706a33b52a88
tree71d6936a75dc2aa1525e4597d394a39cabf8f000
parentae8df17135014a64a9f1def786f66c9c16b05fcf
extindex: enable autoflush on STDOUT/STDERR

With --watch, the output may be redirected to a pipe or socket
which Perl may decide to buffer.  Ensure Perl doesn't buffer
these outputs since they can provide real-time status updates
in response to signals or FS activity.
script/public-inbox-extindex