Skip to content

Commit 69cf8e1

Browse files
reivilibreCopilot
andauthored
Update crates/config/src/sections/experimental.rs
Co-authored-by: Copilot <[email protected]>
1 parent e7b538c commit 69cf8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/sections/experimental.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl ConfigurationSection for ExperimentalConfig {
117117
const PATH: Option<&'static str> = Some("experimental");
118118
}
119119

120-
/// Configuration options for the inactive session expiration feature
120+
/// Configuration options for the session limit feature
121121
#[derive(Clone, Debug, Deserialize, JsonSchema, Serialize)]
122122
pub struct SessionLimitConfig {
123123
pub soft_limit: NonZeroU64,

0 commit comments

Comments
 (0)