summaryrefslogtreecommitdiff
path: root/test/envparsing.sh
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-08-03 16:40:26 +0200
committerLibravatar GitHub <noreply@github.com>2024-08-03 16:40:26 +0200
commitfa59c3713c14bd1463b923d57a57a914622626d7 (patch)
tree255f4e4995fb308da9f2e0f0377ede02089ebff3 /test/envparsing.sh
parent[chore/frontend] Update namerole rendering on skinny devices (#3166) (diff)
downloadgotosocial-fa59c3713c14bd1463b923d57a57a914622626d7.tar.xz
[chore] Add `media-ffmpeg-pool-size` config var (#3164)
Diffstat (limited to 'test/envparsing.sh')
-rwxr-xr-xtest/envparsing.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh
index 3855c372f..f88b6a031 100755
--- a/test/envparsing.sh
+++ b/test/envparsing.sh
@@ -126,6 +126,7 @@ EXPECT=$(cat << "EOF"
"media-description-min-chars": 69,
"media-emoji-local-max-size": 420,
"media-emoji-remote-max-size": 420,
+ "media-ffmpeg-pool-size": 8,
"media-local-max-size": 420,
"media-remote-cache-days": 30,
"media-remote-max-size": 420,
@@ -245,6 +246,7 @@ GTS_MEDIA_REMOTE_MAX_SIZE=420 \
GTS_MEDIA_REMOTE_CACHE_DAYS=30 \
GTS_MEDIA_EMOJI_LOCAL_MAX_SIZE=420 \
GTS_MEDIA_EMOJI_REMOTE_MAX_SIZE=420 \
+GTS_MEDIA_FFMPEG_POOL_SIZE=8 \
GTS_METRICS_AUTH_ENABLED=false \
GTS_METRICS_ENABLED=false \
GTS_STORAGE_BACKEND='local' \