Struct ice_age::Config[][src]

pub struct Config {
    pub work_dir: PathBuf,
    pub max_file_len: u64,
    pub log_files_reserved: Duration,
    pub buf_len: usize,
    pub disk_flush_interval: Duration,
}

Fields

Buffer length

It's the length of total log items, not bytes.

Auto Trait Implementations

impl Send for Config

impl Sync for Config