Mark closed pulse map files
This commit is contained in:
@@ -129,7 +129,6 @@ pub struct Node {
|
||||
pub listen: String,
|
||||
pub port: u16,
|
||||
pub port_raw: u16,
|
||||
pub split: u32,
|
||||
pub data_base_path: PathBuf,
|
||||
pub cache_base_path: PathBuf,
|
||||
pub ksprefix: String,
|
||||
@@ -144,7 +143,6 @@ impl Node {
|
||||
listen: "dummy".into(),
|
||||
port: 4444,
|
||||
port_raw: 4444,
|
||||
split: 0,
|
||||
data_base_path: PathBuf::new(),
|
||||
cache_base_path: PathBuf::new(),
|
||||
ksprefix: "daqlocal".into(),
|
||||
|
||||
Reference in New Issue
Block a user