We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see: https://stackoverflow.com/questions/3468607/why-does-settimeout-break-for-large-millisecond-delay-values
approximate reproduction:
const client = getAlgoliaClient(applicationData, { queryParameters: userId ? { 'X-Algolia-UserID': userId } : undefined, timeouts: { connect: 2, read: 3600000, write: 3600000, }, });
solution:
algoliasearch-client-javascript/packages/transporter/src/concerns/createRetryableOptions.ts
Line 41 in fec87a9
The text was updated successfully, but these errors were encountered:
fix(transporter): error for too high timeout values
142d5e2
fixes #1271 DX-1911
Successfully merging a pull request may close this issue.
see: https://stackoverflow.com/questions/3468607/why-does-settimeout-break-for-large-millisecond-delay-values
approximate reproduction:
solution:
algoliasearch-client-javascript/packages/transporter/src/concerns/createRetryableOptions.ts
Line 41 in fec87a9
The text was updated successfully, but these errors were encountered: