mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
settings optimalization
This commit is contained in:
@@ -80,7 +80,7 @@ module.exports = {
|
||||
msgtype: 'connect',
|
||||
connection: { ...connection, database },
|
||||
structure: lastClosed ? lastClosed.structure : null,
|
||||
globalSettings: await config.getSettings()
|
||||
globalSettings: config.settingsValue
|
||||
});
|
||||
return newOpened;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user