summaryrefslogtreecommitdiff
path: root/internal/config/defaults.go
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 /internal/config/defaults.go
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 'internal/config/defaults.go')
-rw-r--r--internal/config/defaults.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/defaults.go b/internal/config/defaults.go
index d16df6802..7728b4a7f 100644
--- a/internal/config/defaults.go
+++ b/internal/config/defaults.go
@@ -80,6 +80,7 @@ var Defaults = Configuration{
MediaEmojiRemoteMaxSize: 100 * bytesize.KiB,
MediaCleanupFrom: "00:00", // Midnight.
MediaCleanupEvery: 24 * time.Hour, // 1/day.
+ MediaFfmpegPoolSize: 1,
StorageBackend: "local",
StorageLocalBasePath: "/gotosocial/storage",