From 67aa52ea48422e934bea8be9811417cc3d52d755 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:51:37 +0200 Subject: [PATCH] docs: refresh token grace period max is 30 days --- docs/hydra/guides/graceful-token-refresh.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hydra/guides/graceful-token-refresh.mdx b/docs/hydra/guides/graceful-token-refresh.mdx index 6c5fdbd22..d44efd2b4 100644 --- a/docs/hydra/guides/graceful-token-refresh.mdx +++ b/docs/hydra/guides/graceful-token-refresh.mdx @@ -48,7 +48,8 @@ In this command: :::info -The grace period cannot exceed 5 minutes unless a count limit is also configured. +The grace period cannot exceed 5 minutes unless a count limit is also configured. If a count limit is configured, the grace period +can be set to a maximum of 30 days. :::