Skip to content
Snippets Groups Projects
Unverified Commit 6e563482 authored by Sergey V's avatar Sergey V
Browse files

chore: turn off Tarantool feedback daemon

parent e7de965c
No related branches found
No related tags found
1 merge request!23chore: turn off Tarantool feedback daemon
Pipeline #3460 passed
......@@ -39,6 +39,7 @@ pub struct Cfg {
pub listen: Option<String>,
pub wal_dir: String,
pub memtx_dir: String,
pub feedback_enabled: bool,
}
impl Default for Cfg {
......@@ -47,6 +48,7 @@ impl Default for Cfg {
listen: Some("3301".to_owned()),
wal_dir: ".".to_owned(),
memtx_dir: ".".to_owned(),
feedback_enabled: false,
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment