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

@@ -8,6 +8,13 @@ enable_telemetry = true
## +toml2docs:none-default
default_timezone = "UTC"
## Initialize all regions in the background during the startup.
## By default, it provides services after all regions have been initialized.
init_regions_in_background = false
## Parallelism of initializing regions.
init_regions_parallelism = 16
## The runtime options.
[runtime]
## The number of threads to execute the runtime for global read operations.