From 487e7b5ea699e37408890793c1a9975f77d7a4b4 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 7 Feb 2019 11:07:55 +0100 Subject: [PATCH] removes cleanup setting from docs --- docs/sources/auth/overview.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/sources/auth/overview.md b/docs/sources/auth/overview.md index 0f563fbe8d5..1d0b0d89b3f 100644 --- a/docs/sources/auth/overview.md +++ b/docs/sources/auth/overview.md @@ -63,9 +63,6 @@ login_maximum_lifetime_days = 30 # How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes. token_rotation_interval_minutes = 10 - -# How often should expired auth tokens be deleted from the database. The default is each hour. -expired_tokens_cleanup_interval_hours = 1 ``` ### Anonymous authentication