Skip to content

Commit 39670b9

Browse files
authored
Merge pull request #6 from BLACKBUCK-LABS/set_limit_native_query
Changed max rows to ui
2 parents 922e228 + 9d961cf commit 39670b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metabase/query_processor/middleware/constraints.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(def ^:private max-results-bare-rows
66
"Maximum number of rows to return specifically on :rows type queries via the API."
7-
2000)
7+
10000)
88

99
(def ^:private max-results
1010
"General maximum number of rows to return from an API query."

0 commit comments

Comments
 (0)