-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
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
[BUG] events / worker_connections set to 768 in default configuration #261
Comments
Not sure why I added this setting, maybe just because tests didn't pass without it. May be worth to try without. |
@daks Thanks, we'll modify the default to be |
myii
added a commit
to myii/nginx-formula
that referenced
this issue
Dec 22, 2019
19 tasks
saltstack-formulas-travis
pushed a commit
that referenced
this issue
Dec 22, 2019
## [2.3.3](v2.3.2...v2.3.3) (2019-12-22) ### Bug Fixes * **map.jinja:** use upstream default for `worker_connections` ([49caf8c](49caf8c)), closes [#261](#261) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([09be54d](09be54d)) * **travis:** quote pathspecs used with `git ls-files` [skip ci] ([091c614](091c614)) * **travis:** run `shellcheck` during lint job [skip ci] ([ccf64d9](ccf64d9)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([facbaa1](facbaa1))
🎉 This issue has been resolved in version 2.3.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug details
Describe the bug
After upgrading to a new formula
https://nginx.org/en/docs/ngx_core_module.html#worker_connections seems to indicate a default of 512, what is the rational for this different default here ?
The text was updated successfully, but these errors were encountered: