Skip to content

Commit

Permalink
forever param
Browse files Browse the repository at this point in the history
  • Loading branch information
padawannn committed Jul 26, 2019
1 parent 6fd4602 commit 48ef301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/tilelive-http-0.11.3-hotfix/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ module.exports = function(tilelive, options) {
uri: uri,
encoding: null,
headers: headers,
timeout: 30e3
timeout: 30e3,
forever: true
}, function(err, rsp, body) {
if (operation.retry(err)) {
debug("Failed %s after %d attempts:", url.format(uri), currentAttempt, err);
Expand Down

0 comments on commit 48ef301

Please sign in to comment.