[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
commit fa59c3713c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",