We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c2bcd commit 4a52dfcCopy full SHA for 4a52dfc
pyomo/common/tee.py
@@ -37,7 +37,7 @@
37
# ~(13.1 * #threads) seconds
38
_poll_timeout = 1 # 14 rounds: 0.0001 * 2**14 == 1.6384
39
_poll_timeout_deadlock = 100 # seconds
40
-_pipe_buffersize = 1 << 16 # 65536
+_pipe_buffersize = 1 << 10 # 1024
41
_noop = lambda: None
42
_mswindows = sys.platform.startswith('win')
43
try:
0 commit comments