Method: Statsig::SpecStore#sync_config_specs

Defined in:
lib/spec_store.rb

#sync_config_specsObject



178
179
180
181
182
183
184
185
# File 'lib/spec_store.rb', line 178

def sync_config_specs
  if @options.data_store&.should_be_used_for_querying_updates(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