fix: revert DEFAULT_SQLLAB_LIMIT to default (#15869)
This commit is contained in:
parent
d408ff8466
commit
f9b72505fb
|
|
@ -656,7 +656,7 @@ DISPLAY_MAX_ROW = 10000
|
|||
|
||||
# Default row limit for SQL Lab queries. Is overridden by setting a new limit in
|
||||
# the SQL Lab UI
|
||||
DEFAULT_SQLLAB_LIMIT = 10000
|
||||
DEFAULT_SQLLAB_LIMIT = 1000
|
||||
|
||||
# Maximum number of tables/views displayed in the dropdown window in SQL Lab.
|
||||
MAX_TABLE_NAMES = 3000
|
||||
|
|
|
|||
Loading…
Reference in New Issue