mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
a couple more table filter improvements (#15219)
* a few more fixes * revert sortcolumn * fix hygiene error * add comment
This commit is contained in:
@@ -393,7 +393,7 @@ const queryEditorConfiguration: IConfigurationNode = {
|
||||
},
|
||||
'queryEditor.results.inMemoryDataProcessingThreshold': {
|
||||
'type': 'number',
|
||||
'default': 2000,
|
||||
'default': 5000,
|
||||
'description': localize('queryEditor.inMemoryDataProcessingThreshold', "Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled.")
|
||||
},
|
||||
'queryEditor.messages.showBatchTime': {
|
||||
|
||||
Reference in New Issue
Block a user