Explorar el Código

Increase pool and timeout for preview so it catches slow media pool responses

media-preview-proxy
Mark Felder hace 3 años
padre
commit
b529616e11
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      config/config.exs

+ 2
- 2
config/config.exs Ver fichero

@@ -760,8 +760,8 @@ config :pleroma, :pools,
],
preview: [
size: 50,
max_waiting: 10,
timeout: 10_000
max_waiting: 20,
timeout: 15_000
],
upload: [
size: 25,


Cargando…
Cancelar
Guardar