diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-05 20:19:09 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-05 20:19:09 +0300 |
commit | f170d471307ba0082b98351190b3d6b808bdfe1a (patch) | |
tree | a33c96dae5215ed185379bfca1063084f2d05bce /config | |
parent | c3b02341bf4ab610e9425d6811dca057e9f811a4 (diff) | |
download | pleroma-f170d471307ba0082b98351190b3d6b808bdfe1a.tar.gz |
[#2497] Adjusted media proxy preview invalidation. Allowed client-side caching for media preview. Adjusted prewarmer to fetch only proxiable URIs.
Removed :preview pool in favor of existing :media one. Misc. refactoring.
Diffstat (limited to 'config')
-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 ], |