john-bodley commented on a change in pull request #14420:
URL: https://github.com/apache/superset/pull/14420#discussion_r675299945
##########
File path: superset/config.py
##########
@@ -630,7 +630,7 @@ def _try_json_readsha( # pylint: disable=unused-argument
# Default row limit for SQL Lab queries. Is overridden by setting a new limit
in
# the SQL Lab UI
-DEFAULT_SQLLAB_LIMIT = 1000
+DEFAULT_SQLLAB_LIMIT = 10000
Review comment:
@betodealmeida any reason for the change from 1,000 to 10,000? We have
had a number of employees mention that 10,000 overloads their local storage use
and breaks Chrome.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]