We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de093 commit 08959faCopy full SHA for 08959fa
crates/config/src/sections/experimental.rs
@@ -110,6 +110,7 @@ impl ExperimentalConfig {
110
&& is_default_token_ttl(&self.compat_token_ttl)
111
&& self.inactive_session_expiration.is_none()
112
&& self.plan_management_iframe_uri.is_none()
113
+ && self.session_limit.is_none()
114
}
115
116
0 commit comments