This commit is contained in:
onysd 2026-08-25 00:51:43 +03:00
parent ddaef7454a
commit 2cfc7a0539
3 changed files with 34 additions and 3 deletions

View file

@ -765,6 +765,7 @@ func run(logger *zap.Logger) error {
filesService := filesapp.NewService(mediaStore, blobBackend, cfg.DC,
filesapp.WithLogger(logger),
filesapp.WithGifCatalog(gifCatalogStore),
filesapp.WithGifSeedDir(cfg.GifSeedDir),
filesapp.WithUploadPartQuota(domain.UploadPartQuota{
MaxBytes: cfg.UploadInFlightMaxBytes,
MaxParts: cfg.UploadInFlightMaxParts,