Feature request: php-fpm values in preset. #205
Plytas
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
This is a very niche use case that might be worth implementing. At the same time, I think this might work better as a custom script like in #83 (comment). (Of course, said custom scripting functionality will be introduced in a newer version at some point, this doesn't exist yet.) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fair enough! Appreciate you taking time to look into these requests. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Enhancement requests that are not immediately approved will be moved to a discussion instead.
Is your feature request related to a problem? Please describe.
Not a problem.
Describe the solution you'd like
I'm not sure if this is possible. I had a case where I needed to test how my application handles multiple concurrent requests. For that I had to edit
/opt/homebrew/etc/php/8.1/php-fpm.d/valet-fpm.conf
file and set a higherpm.max_children
value. I don't need this value to be high all the time, so I figured a preset would be ideal for this situation allowing me to switch back and forth whenever I need. Full disclosure, I haven't tried adding this value to preset yet, because I figured preset only interacts with php configuration and not php-fpm.Beta Was this translation helpful? Give feedback.
All reactions