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
|
|
@ -170,6 +170,8 @@ config :pleroma, Pleroma.Application,
|
|||
streamer_registry: false,
|
||||
test_http_pools: true
|
||||
|
||||
config :pleroma, Pleroma.Uploaders.Uploader, timeout: 1_000
|
||||
|
||||
if File.exists?("./config/test.secret.exs") do
|
||||
import_config "test.secret.exs"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue