You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conf/st2.conf.sample
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ python3_prefix = None
20
20
virtualenv_binary = /usr/bin/virtualenv
21
21
# Python 3 binary which will be used by Python actions for packs which use Python 3 virtual environment.
22
22
python3_binary = /usr/bin/python3
23
+
# Buffer size to use for real time action output streaming. 0 means unbuffered 1 means line buffered, -1 means system default, which usually means fully buffered and any other positive value means use a buffer of (approximately) that size
24
+
stream_output_buffer_size = -1
23
25
# List of virtualenv options to be passsed to "virtualenv" command that creates pack virtualenv.
24
26
virtualenv_opts = --system-site-packages # comma separated list allowed here.
25
27
# True to store and stream action output (stdout and stderr) in real-time.
0 commit comments