You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
The settings page gives instructions like redis needs to be used, pm.max_children needs to be high, it would be much more useful if it checked the current configuration and show a valid/invalid status instead.
For Redis, I’m pretty sure the application can check if it is configured and show a green/red message depending on the status?
For pm.max_children, it can show the current value for the setting, and maybe calculate how many users it can serve with the current setting.
For proxy buffering and timeout I do not know if this can be checked easily but if it is then it should be as well.
The text was updated successfully, but these errors were encountered:
At least timeout would be checkable by just connecting to it from the web interface and measuring the time until the connection is closed.
I guess proxy buffering introduces some latency to the requests, but I'm not sure if that is really testable since it could just be a slow internet connection or similar.
The settings page gives instructions like redis needs to be used, pm.max_children needs to be high, it would be much more useful if it checked the current configuration and show a valid/invalid status instead.
For Redis, I’m pretty sure the application can check if it is configured and show a green/red message depending on the status?
For pm.max_children, it can show the current value for the setting, and maybe calculate how many users it can serve with the current setting.
For proxy buffering and timeout I do not know if this can be checked easily but if it is then it should be as well.
The text was updated successfully, but these errors were encountered: