diff options
| author | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-07-18 13:36:20 +0900 |
|---|---|---|
| committer | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-07-18 13:36:20 +0900 |
| commit | b12d17d2ce270e0d964f599efd4f16fba95b17ce (patch) | |
| tree | 0fcfc22d723720fb543076c5601a3e236cdb8347 /config | |
| parent | e4dd58307a692aaa503fccc9cdf9ebae61293f6f (diff) | |
| download | pleroma-b12d17d2ce270e0d964f599efd4f16fba95b17ce.tar.gz pleroma-b12d17d2ce270e0d964f599efd4f16fba95b17ce.zip | |
configurable timeout
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index c0a75b786..8fb7b7c22 100644 --- a/config/config.exs +++ b/config/config.exs @@ -98,7 +98,8 @@ config :pleroma, :gopher, config :pleroma, :suggestions, enabled: false, third_party_engine: - "http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}" + "http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}", + timeout: 300_000 # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. |
