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.
2 parents 922e228 + 9d961cf commit 39670b9Copy full SHA for 39670b9
src/metabase/query_processor/middleware/constraints.clj
@@ -4,7 +4,7 @@
4
5
(def ^:private max-results-bare-rows
6
"Maximum number of rows to return specifically on :rows type queries via the API."
7
- 2000)
+ 10000)
8
9
(def ^:private max-results
10
"General maximum number of rows to return from an API query."
0 commit comments