0
1
Fork 0

Connection limit increased

This commit is contained in:
Juan Ferrer 2021-04-26 13:55:17 +02:00
parent 1430fc2a1a
commit 6121973824
4 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@
</IfModule> </IfModule>
<IfModule mpm_prefork_module> <IfModule mpm_prefork_module>
ServerLimit 20 ServerLimit 30
MaxRequestWorkers 20 MaxRequestWorkers 30
MaxRequestsPerChild 1000 MaxRequestsPerChild 1000
</IfModule> </IfModule>

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.47) stable; urgency=low hedera-web (1.407.48) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.407.47", "version": "1.407.48",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

View File

@ -6,5 +6,5 @@ post_max_size = 30M
browscap = "/etc/php/lite_php_browscap.ini" browscap = "/etc/php/lite_php_browscap.ini"
[MySQLi] [MySQLi]
mysqli.max_persistent = 20 mysqli.max_persistent = 30
mysqli.max_links = 20 mysqli.max_links = 30