summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-09-05 20:19:09 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-09-05 20:19:09 +0300
commitf170d471307ba0082b98351190b3d6b808bdfe1a (patch)
treea33c96dae5215ed185379bfca1063084f2d05bce /config
parentc3b02341bf4ab610e9425d6811dca057e9f811a4 (diff)
[#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.exs5
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
],