Skip to content

Commit

Permalink
modification
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotrajano committed Jul 6, 2020
1 parent bd56980 commit b5be034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const HOST = "localhost";
const USER = "root";
const PASSWORD = "123456";
const DATABASE = "trackpath";
const POOL_LIMIT = "trackpath";
const POOL_LIMIT = 1;
let cachedDbPool;

// const connection = mysql.createConnection({
Expand Down

0 comments on commit b5be034

Please sign in to comment.