Method: Statsig::SpecStore#sync_config_specs
- Defined in:
- lib/spec_store.rb
#sync_config_specs ⇒ Object
178 179 180 181 182 183 184 185 |
# File 'lib/spec_store.rb', line 178 def sync_config_specs if .data_store&.(Interfaces::IDataStore::CONFIG_SPECS_V2_KEY) load_config_specs_from_storage_adapter('config_sync') else download_config_specs('config_sync') end @logger.log_diagnostics_event(@diagnostics, 'config_sync') end |