Skip to content

why waiting for a long time after querying? #69

@sunnyhay

Description

@sunnyhay

Anytime when a query is executed, it never ends up immediately. Instead the query takes a few seconds. Am I missing some promise to be finished? My config is below.
Even without any query, I found function setupSql() always stops in a few seconds.

"dbconfig": {
"server": "SERVER",
"database": "staging_db",
"user": "user",
"password": "pwd"
}
const sql = require('seriate');
function setupSql() {
const dbConfig = runtimeConfig.dbconfig;
sql.setDefaultConfig(dbConfig);
}
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions