mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
docs: Update token_auth_activity_update default value to match implementation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
7bd35e0ee7
commit
ac8f2e5592
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ $CONFIG = [
|
|||
* Tokens are still checked every 5 minutes for validity
|
||||
* max value: 300
|
||||
*
|
||||
* Defaults to ``300``
|
||||
* Defaults to ``60``
|
||||
*/
|
||||
'token_auth_activity_update' => 60,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue