File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33## main
44
5+ ## v0.2.8
6+ * Updated HTTP lib to v1.9.15
7+
58## v0.2.2
69* Add timeout/keep-alive options for access token
710* Add custom engine version support for integration tests
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Arrow = "2"
2222ConfParser = " 0.1"
2323EnumX = " 1"
2424ExceptionUnwrapping = " 0.1"
25- HTTP = " 1.8 "
25+ HTTP = " 1.9.15 "
2626JSON3 = " 1"
2727Mocking = " 0.7"
2828ProtoBuf = " 1"
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ function _authenticate!(
176176 return nothing
177177end
178178
179- const POOL = HTTP. Pool (4096 )
179+ const POOL = HTTP. Pool (4096 * 4 )
180180
181181# Note, this function is deliberately patterend on the HTTP.jl request funciton.
182182function request (
You can’t perform that action at this time.
0 commit comments