increase session timeout

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2023-01-03 12:43:59 +01:00
parent dd307fa353
commit cd7fb9a4bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ use OCA\NotifyPush\Queue\IQueue;
use OCP\Security\ISecureRandom;
class SessionService {
public const SESSION_VALID_TIME = 30;
public const SESSION_VALID_TIME = 92;
private SessionMapper $sessionMapper;
private ITimeFactory $timeFactory;