@subql/apollo-links
Advanced tools
Comparing version 1.0.1-0 to 1.0.1-1
@@ -7,3 +7,3 @@ "use strict"; | ||
const retry_1 = require("@apollo/client/link/retry"); | ||
const createRetryLink = ({ orderManager, maxRetries = 5, logger }) => new retry_1.RetryLink({ | ||
const createRetryLink = ({ orderManager, maxRetries = 8, logger }) => new retry_1.RetryLink({ | ||
attempts: function (count, operation, error) { | ||
@@ -10,0 +10,0 @@ var _a; |
{ | ||
"name": "@subql/apollo-links", | ||
"version": "1.0.1-0", | ||
"version": "1.0.1-1", | ||
"description": "SubQuery Network - graphql links", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
}, | ||
"stableVersion": "1.0.0" | ||
"stableVersion": "1.0.1-0" | ||
} |
@@ -15,3 +15,3 @@ // Copyright 2020-2022 SubQuery Pte Ltd authors & contributors | ||
export const createRetryLink = ({ orderManager, maxRetries = 5, logger }: RetryLinkOption) => | ||
export const createRetryLink = ({ orderManager, maxRetries = 8, logger }: RetryLinkOption) => | ||
new RetryLink({ | ||
@@ -18,0 +18,0 @@ attempts: function (count: number, operation: Operation, error: any) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204496
13