nextcloud-server/lib/private/Authentication/Token
Roeland Jago Douma 76a7600e2e
Allow configuring the activity update interval of token
On some systems with a lot of users this creates a lot of extra DB
writes.
Being able to increase this interval helps there.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-04 09:31:41 +02:00
..
DefaultToken.php Add visibility to all constants 2020-04-10 16:54:27 +02:00
DefaultTokenCleanupJob.php
DefaultTokenMapper.php
DefaultTokenProvider.php Improve traces of invalid token exceptions 2020-05-27 09:21:47 +02:00
INamedToken.php
IProvider.php Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +02:00
IToken.php Add visibility to all constants 2020-04-10 16:54:27 +02:00
IWipeableToken.php
Manager.php
PublicKeyToken.php Update license headers for 19 2020-04-29 11:57:22 +02:00
PublicKeyTokenMapper.php
PublicKeyTokenProvider.php Allow configuring the activity update interval of token 2020-10-04 09:31:41 +02:00
RemoteWipe.php