diff options
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/config.exs b/config/config.exs index b92d3ccbb..e5b7e18df 100644 --- a/config/config.exs +++ b/config/config.exs @@ -755,11 +755,6 @@ config :pleroma, :pools, ], media: [ size: 50, - max_waiting: 10, - timeout: 10_000 - ], - preview: [ - size: 50, max_waiting: 20, timeout: 15_000 ], |