mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-15 15:00
This commit is contained in:
13
roles/metabase/templates/metabase_rows_limit.diff.j2
Normal file
13
roles/metabase/templates/metabase_rows_limit.diff.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/metabase/query_processor/middleware/constraints.clj b/src/metabase/query_processor/middleware/constraints.clj
|
||||
index 7602295804..0b43a8f3b3 100644
|
||||
--- a/src/metabase/query_processor/middleware/constraints.clj
|
||||
+++ b/src/metabase/query_processor/middleware/constraints.clj
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
(def ^:private max-results-bare-rows
|
||||
"Maximum number of rows to return specifically on :rows type queries via the API."
|
||||
- 2000)
|
||||
+ {{ metabase_rows_limit }})
|
||||
|
||||
(def ^:private max-results
|
||||
"General maximum number of rows to return from an API query."
|
Reference in New Issue
Block a user