chore: default retry to 0

master
pooya parsa 2019-03-18 22:41:20 +03:30
parent 7bc50f8bee
commit d21aca4432
1 changed files with 1 additions and 1 deletions

View File

@ -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) { %>