]> source.dussan.org Git - nextcloud-server.git/commit
Allow configuring the activity update interval of token 23213/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Fri, 18 Sep 2020 10:34:43 +0000 (12:34 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 6 Oct 2020 08:04:12 +0000 (08:04 +0000)
commite0bc29d90720a60a9d6de4bde8f4c4da05bbc696
tree37ddfd867a02a978fa4ae804df7046185f2223b2
parent76fe051ecb5fd7ea21006b25e7d280df273d2287
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>
config/config.sample.php
lib/private/Authentication/Token/PublicKeyTokenProvider.php
tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php