From 61219738245e869077f2191717b20abb9880be1b Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 26 Apr 2021 13:55:17 +0200 Subject: [PATCH] Connection limit increased --- apache.conf | 4 ++-- debian/changelog | 2 +- package.json | 2 +- php.ini | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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