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:
Weny Xu
2024-09-02 12:11:18 +09:00
committed by GitHub
parent ddafcc678c
commit 306bd25c64
4 changed files with 18 additions and 0 deletions

View File

@@ -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"