Skip to content

Commit e7d62d1

Browse files
committed
Re-generate sample config.
1 parent f058a5d commit e7d62d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf/st2.conf.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ python3_prefix = None
2020
virtualenv_binary = /usr/bin/virtualenv
2121
# Python 3 binary which will be used by Python actions for packs which use Python 3 virtual environment.
2222
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
2325
# List of virtualenv options to be passsed to "virtualenv" command that creates pack virtualenv.
2426
virtualenv_opts = --system-site-packages # comma separated list allowed here.
2527
# True to store and stream action output (stdout and stderr) in real-time.

0 commit comments

Comments
 (0)