Skip to main content

Crate mz_dyncfg_file

Crate mz_dyncfg_file 

Source
Expand description

A dyncfg::ConfigSet backed by a local JSON file.

Functionsยง

sync_file_to_configset
Start a background task that syncs a ConfigSet with a local JSON file. Returns Ok after the initial sync is completed. If the initialization takes longer than config_sync_timeout, an error is returned.