refactor(sql): reduced the time before start up
This commit is contained in:
@@ -10,7 +10,7 @@ const app = new OpenAPIHono();
|
||||
// intially start the pool up.
|
||||
setTimeout(() => {
|
||||
initializeProdPool();
|
||||
}, 5000);
|
||||
}, 500);
|
||||
|
||||
app.route("/sqlprod/connect", connect);
|
||||
app.route("/sqlprod/close", closeConnection);
|
||||
|
||||
Reference in New Issue
Block a user