mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
fix: expose missing options for initializing regions (#4660)
* fix: expose `init_regions_in_background` and `init_regions_parallelism` opts * fix: ci
This commit is contained in:
@@ -746,6 +746,8 @@ pub async fn test_config_api(store_type: StorageType) {
|
||||
r#"
|
||||
mode = "standalone"
|
||||
enable_telemetry = true
|
||||
init_regions_in_background = false
|
||||
init_regions_parallelism = 16
|
||||
|
||||
[http]
|
||||
addr = "127.0.0.1:4000"
|
||||
|
||||
Reference in New Issue
Block a user