diff --git a/apache.conf b/apache.conf index 7df43666..4f4eb8b5 100644 --- a/apache.conf +++ b/apache.conf @@ -3,8 +3,8 @@ - ServerLimit 20 - MaxRequestWorkers 20 + ServerLimit 30 + MaxRequestWorkers 30 MaxRequestsPerChild 1000 diff --git a/debian/changelog b/debian/changelog index fff5297a..55a3e299 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.407.47) stable; urgency=low +hedera-web (1.407.48) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index a3ad2365..79489d7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.407.47", + "version": "1.407.48", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/php.ini b/php.ini index e9b2f0df..5ae027f7 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 = 20 -mysqli.max_links = 20 +mysqli.max_persistent = 30 +mysqli.max_links = 30