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
The comment for the retry interval field of the Options struct says:
Default retry interval in ms, if not sent by server. Default 30s
However, the code in the DefaultOptions function says retryInterval: 1000, which would only be one second.
DefaultOptions
retryInterval: 1000
Shouldn't they match?
The text was updated successfully, but these errors were encountered:
@Tomcat-Engineering, thanks for the issue. Default value 1s is correct, we will fix the comment.
Sorry, something went wrong.
fix: Fixing comment for retry interval (influxdata#108)
cf892ad
Merge pull request #114 from bonitoo-io/fix/docs-default-retry-interv…
8e00135
…al-#108 fix: Fixing comment for retry interval (#108)
vlastahajek
Successfully merging a pull request may close this issue.
The comment for the retry interval field of the Options struct says:
However, the code in the
DefaultOptions
function saysretryInterval: 1000
, which would only be one second.Shouldn't they match?
The text was updated successfully, but these errors were encountered: