a couple more table filter improvements (#15219)

* a few more fixes

* revert sortcolumn

* fix hygiene error

* add comment
This commit is contained in:
Alan Ren
2021-04-23 15:24:07 -07:00
committed by GitHub
parent 9fabf85fe2
commit 222d8e12f4
2 changed files with 28 additions and 3 deletions

View File

@@ -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': {