fix(slowness): refs #8886 increase session table update interval

This commit is contained in:
Juan Ferrer 2025-04-14 10:15:34 +02:00
parent bdfe52eba2
commit fb9e7cbffb
3 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

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

View File

@ -3,6 +3,7 @@
namespace Vn\Web;
class DbSessionHandler implements \SessionHandlerInterface {
const UPDATE_INTERVAL = 60;
private $db;
function __construct($db) {