add setting which allows us to set a timeout on HTTP requests (#6364)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2021-04-05 18:56:32 +01:00
committed by GitHub
parent 4a5f6a453a
commit b1fc492592
4 changed files with 57 additions and 3 deletions

View File

@@ -61,6 +61,8 @@ public:
fetchLimit: 'FETCH_LIMIT'
requestTimeoutSeconds: 'REQUEST_TIMEOUT_SECONDS'
requireCloudflare: 'REQUIRE_CLOUDFLARE'
private:

View File

@@ -33,6 +33,8 @@ public:
fetchLimit: '10MB'
requestTimeoutSeconds: 120
requireCloudflare: false
private: {}