mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-30 06:11:38 +00:00
set default priority level to Low
This commit is contained in:
@@ -689,9 +689,9 @@ export default class Explorer {
|
||||
private _initSettings() {
|
||||
if (!ExplorerSettings.hasSettingsDefined()) {
|
||||
ExplorerSettings.createDefaultSettings();
|
||||
} else {
|
||||
ExplorerSettings.ensurePriorityLevel();
|
||||
}
|
||||
|
||||
ExplorerSettings.ensurePriorityLevel();
|
||||
}
|
||||
|
||||
public uploadFile(
|
||||
|
||||
Reference in New Issue
Block a user