mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-23 00:10:38 +00:00
disable sqlness region failover
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -180,6 +180,8 @@ impl Env {
|
||||
"start".to_string(),
|
||||
"--use-memory-store".to_string(),
|
||||
"true".to_string(),
|
||||
"--enable-region-failover".to_string(),
|
||||
"false".to_string(),
|
||||
"--http-addr=127.0.0.1:5001".to_string(),
|
||||
];
|
||||
(args, METASRV_ADDR.to_string())
|
||||
|
||||
Reference in New Issue
Block a user