We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e51a1 commit 3caaeadCopy full SHA for 3caaead
src/store/reducers/query/query.ts
@@ -264,9 +264,7 @@ export const queryApi = api.injectEndpoints({
264
querySettings.tracingLevel && enableTracingLevel
265
? TracingLevelNumber[querySettings.tracingLevel]
266
: undefined,
267
- limit_rows: isNumeric(querySettings.limitRows)
268
- ? Number(querySettings.limitRows)
269
- : undefined,
+ limit_rows: 100000000,
270
transaction_mode:
271
querySettings.transactionMode === 'implicit'
272
? undefined
0 commit comments