Skip to content

Commit 4a52dfc

Browse files
committed
Make the buffer msmall
1 parent 94c2bcd commit 4a52dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/common/tee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# ~(13.1 * #threads) seconds
3838
_poll_timeout = 1 # 14 rounds: 0.0001 * 2**14 == 1.6384
3939
_poll_timeout_deadlock = 100 # seconds
40-
_pipe_buffersize = 1 << 16 # 65536
40+
_pipe_buffersize = 1 << 10 # 1024
4141
_noop = lambda: None
4242
_mswindows = sys.platform.startswith('win')
4343
try:

0 commit comments

Comments
 (0)