[#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.
This commit is contained in:
parent
c3b02341bf
commit
f170d47130
7 changed files with 34 additions and 32 deletions
|
|
@ -754,11 +754,6 @@ config :pleroma, :pools,
|
|||
timeout: 10_000
|
||||
],
|
||||
media: [
|
||||
size: 50,
|
||||
max_waiting: 10,
|
||||
timeout: 10_000
|
||||
],
|
||||
preview: [
|
||||
size: 50,
|
||||
max_waiting: 20,
|
||||
timeout: 15_000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue