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
Most configuration options are available as command flags, but not all. Options not available are:
wsCompression
resetThrottle
referenceThrottle
Add missing configuration options as command flags.
The text was updated successfully, but these errors were encountered:
GH-211: Added command flags for wscompression, resetthrottle, and ref…
f426193
…erencethrottle.
Merge pull request #212 from resgateio/feature/gh-211-missing-command…
8b8e96e
…-flags GH-211: Added command flags for wscompression, resetthrottle, and referencethrottle.
Resolved in PR #212
Sorry, something went wrong.
No branches or pull requests
Issue
Most configuration options are available as command flags, but not all. Options not available are:
wsCompression
- Flag enabling WebSocket per message compression (RFC 7692).resetThrottle
- Throttle on how many requests are sent in response to a system reset.referenceThrottle
- Throttle on how many requests are sent when recursively following resource references for a subscription.Solution
Add missing configuration options as command flags.
The text was updated successfully, but these errors were encountered: