Use config to control Uploader callback timeout
This commit is contained in:
parent
8efae57d67
commit
653b14e1c7
3 changed files with 5 additions and 8 deletions
|
|
@ -911,6 +911,8 @@ config :pleroma, Pleroma.Application,
|
|||
max_restarts: 3,
|
||||
streamer_registry: true
|
||||
|
||||
config :pleroma, Pleroma.Uploaders.Uploader, timeout: 30_000
|
||||
|
||||
# Import environment specific config. This must remain at the bottom
|
||||
# of this file so it overrides the configuration defined above.
|
||||
import_config "#{Mix.env()}.exs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue