mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
query fixes
This commit is contained in:
@@ -27,7 +27,7 @@ async function handleConnect(connection) {
|
||||
const driver = engines(storedConnection);
|
||||
systemConnection = await driverConnect(driver, storedConnection);
|
||||
handleFullRefresh();
|
||||
setInterval(handleIncrementalRefresh, 10 * 1000);
|
||||
setInterval(handleIncrementalRefresh, 30 * 1000);
|
||||
for (const [resolve] of afterConnectCallbacks) {
|
||||
resolve();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user