docs style adjustments (#11037)

docs adjustments
This commit is contained in:
Alexei Znamensky
2025-11-07 10:29:44 +13:00
committed by GitHub
parent 3c42ec730d
commit c984b89667
6 changed files with 10 additions and 10 deletions

View File

@@ -532,28 +532,28 @@ options:
type: int
client_session_idle_timeout:
description:
- All Clients will inherit from this setting, time a session is allowed to be idle before it expires.
- All Clients inherit from this setting, time a session is allowed to be idle before it expires.
aliases:
- clientSessionIdleTimeout
type: int
version_added: 11.2.0
client_session_max_lifespan:
description:
- All Clients will inherit from this setting, max time before a session is expired.
- All Clients inherit from this setting, max time before a session is expired.
aliases:
- clientSessionMaxLifespan
type: int
version_added: 11.2.0
client_offline_session_idle_timeout:
description:
- All Clients will inherit from this setting, time an offline session is allowed to be idle before it expires.
- All Clients inherit from this setting, time an offline session is allowed to be idle before it expires.
aliases:
- clientOfflineSessionIdleTimeout
type: int
version_added: 11.2.0
client_offline_session_max_lifespan:
description:
- All Clients will inherit from this setting, max time before an offline session is expired regardless of activity.
- All Clients inherit from this setting, max time before an offline session is expired regardless of activity.
aliases:
- clientOfflineSessionMaxLifespan
type: int