Skip to content

Commit

Permalink
Merge branch 'ulan/run-381' into 'master'
Browse files Browse the repository at this point in the history
RUN-381: Enable composite queries

 

See merge request dfinity-lab/public/ic!12432
  • Loading branch information
ulan committed Jun 28, 2023
2 parents 9248ba4 + fc18bc2 commit a4f74e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/config/src/execution_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ impl Default for Config {
testnet_canister_id: Some(bitcoin_testnet_canister_id),
mainnet_canister_id: Some(bitcoin_mainnet_canister_id),
},
composite_queries: FlagStatus::Disabled,
composite_queries: FlagStatus::Enabled,
query_caching: FlagStatus::Enabled,
query_cache_capacity: QUERY_CACHE_CAPACITY,
min_sandbox_count: embedders::DEFAULT_MIN_SANDBOX_COUNT,
Expand Down

0 comments on commit a4f74e5

Please sign in to comment.