stefanpejcic / OpenPanel

A highly customizable web hosting control panel built with Docker 🐳
https://openpanel.com
216 stars 33 forks source link

Set worker processes for PHPMyAdmin #124

Closed stefanpejcic closed 2 months ago

stefanpejcic commented 6 months ago

OpenPanel version(s) affected

0.1.9

Description

Currently single worker is used for phpmyadmin, we can add more with PHP_CLI_SERVER_WORKERS environment variable

How to reproduce

Run phpmyadmin

Possible Solution

PHP_CLI_SERVER_WORKERS environment variable

https://github.com/php/php-src/issues/9400

Additional Context

No response

stefanpejcic commented 5 months ago

We should also not run it as screen any more, and instead just run when user opens the Page From OpenPanel