increase session timeout

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2022-09-05 12:06:22 +02:00
parent dd307fa353
commit cd7fb9a4bd
2 changed files with 2 additions and 2 deletions

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;