From 95aa622497dac658e2344a36098c03d2c1584a7b Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 26 Apr 2021 14:05:52 +0200 Subject: [PATCH] Connection limit tunned --- debian/changelog | 2 +- package.json | 2 +- php.ini | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55a3e299..6fc63d0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.407.48) stable; urgency=low +hedera-web (1.407.49) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 79489d7d..2b22f73d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.407.48", + "version": "1.407.49", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/php.ini b/php.ini index 5ae027f7..c82e99c5 100644 --- a/php.ini +++ b/php.ini @@ -6,5 +6,4 @@ post_max_size = 30M browscap = "/etc/php/lite_php_browscap.ini" [MySQLi] -mysqli.max_persistent = 30 mysqli.max_links = 30