Skip to content

Commit f9be075

Browse files
chore: set HTTP request timeout to 5 minutes by default
1 parent 80df008 commit f9be075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hb_opts.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ default_message() ->
200200
%% HTTP request options
201201
http_connect_timeout => 5000,
202202
http_keepalive => 120000,
203-
http_request_send_timeout => 60000,
203+
http_request_send_timeout => 300_000,
204204
port => 8734,
205205
wasm_allow_aot => false,
206206
%% Options for the relay device

0 commit comments

Comments
 (0)