[chore] Add media-ffmpeg-pool-size config var (#3164)

This commit is contained in:
tobi
2024-08-03 16:40:26 +02:00
committed by GitHub
parent 09f239d7e3
commit fa59c3713c
7 changed files with 77 additions and 4 deletions

View File

@@ -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",