Toggle pre-expansion config.

This commit is contained in:
Diederik Muylwyk 2019-08-30 19:31:45 -04:00
parent f29abd7167
commit 548647defe
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class DaoConfig {
/**
* EXPERIMENTAL - Do not use in production! Do not change default of {@code false}!
*/
private boolean myPreExpandValueSetsExperimental = true;
private boolean myPreExpandValueSetsExperimental = false;
private boolean myFilterParameterEnabled = false;
private StoreMetaSourceInformation myStoreMetaSourceInformation = StoreMetaSourceInformation.SOURCE_URI_AND_REQUEST_ID;
/**