fix(slowness): refs #8886 increase session table update interval
This commit is contained in:
parent
bdfe52eba2
commit
fb9e7cbffb
|
@ -1,4 +1,4 @@
|
|||
hedera-web (25.4.4) stable; urgency=low
|
||||
hedera-web (25.14.2) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "25.4.4",
|
||||
"version": "25.14.2",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
namespace Vn\Web;
|
||||
|
||||
class DbSessionHandler implements \SessionHandlerInterface {
|
||||
const UPDATE_INTERVAL = 60;
|
||||
private $db;
|
||||
|
||||
function __construct($db) {
|
||||
|
|
Loading…
Reference in New Issue