Skip to main content

xet_runtime/config/groups/
session.rs

1crate::config_group!({
2
3    /// Subdirectory name for shard session data within the staging directory.
4    ///
5    /// The default value is "shard-session".
6    ///
7    /// Use the environment variable `HF_XET_SESSION_DIR_NAME` to set this value.
8    ref dir_name: String = "shard-session".to_string();
9});