Skip to content
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

Refactor/move configuration defaults #2928

Merged
merged 2 commits into from
Sep 10, 2022
Merged

Conversation

nateberkopec
Copy link
Member

@nateberkopec nateberkopec commented Sep 8, 2022

(this is not signed because I didn't have my key with me, will sign and force push later)

Signed now

Closes #2922

@nateberkopec nateberkopec force-pushed the move-config-constants branch 7 times, most recently from 9971459 to f393365 Compare September 8, 2022 07:13
@@ -539,7 +539,6 @@ def test_config_loads_correct_min_threads

def test_config_loads_correct_max_threads
conf = Puma::Configuration.new
assert_equal conf.default_max_threads, conf.options.default_options[:max_threads]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is now covered by another test

@nateberkopec
Copy link
Member Author

I think this is good but would like a review

@nateberkopec nateberkopec added this to the 6.0.0 milestone Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Puma 6 - Configuration constants
4 participants