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

Added environment setup for pm.max_children, default:5 #169

Merged
merged 2 commits into from
Mar 13, 2017
Merged

Added environment setup for pm.max_children, default:5 #169

merged 2 commits into from
Mar 13, 2017

Conversation

s4mur4i
Copy link

@s4mur4i s4mur4i commented Mar 9, 2017

No description provided.

@s4mur4i s4mur4i mentioned this pull request Mar 9, 2017
conf/.env.docker Outdated
@@ -32,3 +32,5 @@ REDIS_PORT="{{REDIS_PORT}}"
REDIS_PASSWORD="{{REDIS_PASSWORD}}"

GITHUB_TOKEN="{{GITHUB_TOKEN}}"

MAX_CHILDREN="{{MAX_CHILDREN}}"
Copy link
Contributor

Choose a reason for hiding this comment

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

If we need to adjust other NGINX tuning settings in the future , it would be nice to prefix these variables so they are like so: NGINX_MAX_CHILDREN="{{NGINX_MAX_CHILDREN}}"

Copy link
Author

Choose a reason for hiding this comment

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

I also had the thaughts, but in a sense wouldnt this be part of PHP_ or FPM_?
Or keep it simple and go with NGINX?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah you are right PHP_ would be more appropriate here

@s4mur4i
Copy link
Author

s4mur4i commented Mar 10, 2017

Renamed it, also removed from .env file since I do not do any sed-ing there

@djdefi djdefi merged commit 9e7c413 into cachethq:master Mar 13, 2017
@djdefi djdefi added this to the 2.4 milestone Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants