forked from AkkomaGang/akkoma
Reverse proxy: default max read duration at 30 secs.
This commit is contained in:
parent
7282937f33
commit
8e0e20631c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ defmodule Pleroma.ReverseProxy do
|
|||
~w(content-type content-disposition content-encoding content-range accept-ranges vary)
|
||||
@default_cache_control_header "public, max-age=1209600"
|
||||
@valid_resp_codes [200, 206, 304]
|
||||
@max_read_duration :timer.minutes(2)
|
||||
@max_read_duration :timer.seconds(30)
|
||||
@max_body_length :infinity
|
||||
@methods ~w(GET HEAD)
|
||||
|
||||
|
|
Loading…
Reference in a new issue