mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-12 09:19:44 +00:00
fix(metasrv)!: do not overwrite boolean options unconditionally (#2161)
* fix: do not overwrite boolean options unconditionally Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix sqlness start command Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -177,8 +177,10 @@ impl Env {
|
||||
subcommand.to_string(),
|
||||
"start".to_string(),
|
||||
"--use-memory-store".to_string(),
|
||||
"true".to_string(),
|
||||
"--http-addr=127.0.0.1:5001".to_string(),
|
||||
"--disable-region-failover".to_string(),
|
||||
"true".to_string(),
|
||||
];
|
||||
(args, METASRV_ADDR.to_string())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user