blob: d40697a71cdfe11d0497e051f760ac376e768c61 [file] [edit]
edition = "2023";
package milotic_tlbmc;
message SelConfig {
// The path to the directory where SEL files are saved.
string sel_save_path = 1;
// The maximum number of SEL files to keep.
int32 max_sel_file = 2;
// The maximum number of SEL events to write to a single file.
int32 chunk_size = 3;
}