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