diff options
author | douglaz <allandouglas@gmail.com> | 2024-06-25 11:07:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 12:07:13 +0100 |
commit | f79dbd0f61194929585d7010a3ec1b9ee208f033 (patch) | |
tree | dd0f86fd3de6800b289e1919a0efe7462ce24719 | |
parent | Limit amount of replication we send (#17358) (diff) | |
download | synapse-f79dbd0f61194929585d7010a3ec1b9ee208f033.tar.xz |
Fix refreshable_access_token_lifetime typo (#17357)
Simple typo in the docs
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index ba9f21cdee..80a7bf9d21 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -2719,7 +2719,7 @@ Example configuration: session_lifetime: 24h ``` --- -### `refresh_access_token_lifetime` +### `refreshable_access_token_lifetime` Time that an access token remains valid for, if the session is using refresh tokens. |