mirror of https://github.com/sundowndev/http.git
chore: default retry to 0
parent
7bc50f8bee
commit
d21aca4432
|
@ -53,7 +53,7 @@ export default (ctx, inject) => {
|
||||||
const kyDefaults = {
|
const kyDefaults = {
|
||||||
prefixUrl,
|
prefixUrl,
|
||||||
headers: {},
|
headers: {},
|
||||||
retry: 1,
|
retry: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
<% if (options.proxyHeaders) { %>
|
<% if (options.proxyHeaders) { %>
|
||||||
|
|
Loading…
Reference in New Issue