0
1
Fork 0

Connections limit increased

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

View File

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

2
debian/changelog vendored
View File

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

View File

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

View File

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