mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Loss of performance on Login after upgrade from NC10 + LDAP to NC 12 + LDAP #6732
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
655c0cb40d
commit
5ca9a7d6bc
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ class DefaultTokenProvider implements IProvider {
|
|||
$dbToken->setType($type);
|
||||
$dbToken->setRemember($remember);
|
||||
$dbToken->setLastActivity($this->time->getTime());
|
||||
$dbToken->setLastCheck($this->time->getTime());
|
||||
|
||||
$this->mapper->insert($dbToken);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue