diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2024-05-16 12:00:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 12:00:32 +0200 |
commit | fe7217d2d3e27ef039b5565378acad96cb8be2ee (patch) | |
tree | a35e6be43b5bbb5977510c69030c70ba42856dbf /config | |
parent | 7e1c30f82a63fbea8c269e0eec38291377f32604 (diff) | |
parent | 04780ae30a446827880583e9012aaabdb969127e (diff) | |
download | nextcloud-server-fe7217d2d3e27ef039b5565378acad96cb8be2ee.tar.gz nextcloud-server-fe7217d2d3e27ef039b5565378acad96cb8be2ee.zip |
Merge pull request #45026 from nextcloud/fix/token-update
Avoid updating the same oc_authtoken row twice
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index c6fab26665d..288ea7e4a9b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -376,7 +376,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, |