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
There is an issue with mixing limited and unlimited resource counts. Setting shares = 1 and unique_names = -1 will fail with an over limit error.
shares = 1
unique_names = -1
The text was updated successfully, but these errors were encountered:
fix for mixing limited and unlimited resource counts (#680)
466ae11
changelog (#680)
2a98a02
Merge pull request #681 from openziti/mixed_resource_counts
c5530c4
Fix for Mixing Limited and Unlimited Resource Counts (#680)
michaelquigley
No branches or pull requests
There is an issue with mixing limited and unlimited resource counts. Setting
shares = 1
andunique_names = -1
will fail with an over limit error.The text was updated successfully, but these errors were encountered: