Skip to content

Commit ad8ff3d

Browse files
committed
More debugging
1 parent 1e6baea commit ad8ff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function request(
187187
isnothing(body) && (body = UInt8[])
188188
headers = _ensure_headers(headers)
189189
_authenticate!(ctx, headers)
190-
opts = (;redirect = false, pool = POOL, verbose=2)
190+
opts = (;redirect = false, pool = POOL, readtimeout=120, logerrors=true, verbose=3)
191191
@info "HTTP.request" method url
192192
r = Base.with_logger(Logging.ConsoleLogger(stderr, Logging.Debug)) do
193193
HTTP.request(method, url, headers; query = query, body = body, opts..., kw...)

0 commit comments

Comments
 (0)