http timeout config #307

Merged
floatingghost merged 3 commits from http-timeout-config into develop 2022-11-24 12:27:17 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e533b81f7b - Show all commits

View File

@ -2669,7 +2669,8 @@ config :pleroma, :config_description, [
key: :receive_timeout,
label: "HTTP Receive Timeout",
type: :integer,
description: "Timeout for waiting on remote servers to respond to HTTP requests (in ms, default 15000)",
description:
"Timeout for waiting on remote servers to respond to HTTP requests (in ms, default 15000)",
suggestions: [15000]
},
%{