diff --git a/apache.conf b/apache.conf index 745c198d..7df43666 100644 --- a/apache.conf +++ b/apache.conf @@ -3,8 +3,8 @@ - ServerLimit 8 - MaxRequestWorkers 8 + ServerLimit 20 + MaxRequestWorkers 20 MaxRequestsPerChild 1000 diff --git a/debian/changelog b/debian/changelog index 00df13d3..fff5297a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.407.46) stable; urgency=low +hedera-web (1.407.47) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 55034b3b..a3ad2365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.407.46", + "version": "1.407.47", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/php.ini b/php.ini index 96a74b79..e9b2f0df 100644 --- a/php.ini +++ b/php.ini @@ -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