Skip to content

Commit af206b4

Browse files
authored
perf(cubestore-driver): Enable sendable parameters by default (cube-js#10763)
1 parent 187ee17 commit af206b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cubejs-backend-shared/src

packages/cubejs-backend-shared/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ const variables: Record<string, (...args: any) => any> = {
20122012
.default('true')
20132013
.asBoolStrict(),
20142014
cubestoreSendableParameters: () => get('CUBEJS_CUBESTORE_SENDABLE_PARAMETERS')
2015-
.default('false')
2015+
.default('true')
20162016
.asBoolStrict(),
20172017
externalDefault: () => get('CUBEJS_EXTERNAL_DEFAULT')
20182018
.default('true')

0 commit comments

Comments
 (0)