Skip to main content

SessionConfig

Type Alias SessionConfig 

Source
pub type SessionConfig = ConfigValueGroup;

Aliased Type§

pub struct SessionConfig {
    pub dir_name: String,
}

Fields§

§dir_name: String

Subdirectory name for shard session data within the staging directory.

The default value is “shard-session”.

Use the environment variable HF_XET_SESSION_DIR_NAME to set this value.