Skip to content

Commit

Permalink
Merge pull request #195 from teamViNO/feature/video
Browse files Browse the repository at this point in the history
[feat]414
  • Loading branch information
jainefer authored Feb 17, 2024
2 parents c83c236 + 14ddc0d commit 80c9023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/db.connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export const pool = mysql.createPool({
connectionLimit: 100,
queueLimit: 30,
connectTimeout: 60000,
max_connections : 505

});

1 change: 1 addition & 0 deletions src/controllers/search.controller.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { response } from "../../config/response.js";
import { status } from "../../config/response.status.js";
import { BaseError } from "../../config/error.js";
import {viewSearchKeyword,viewSearchTag}from "../services/search.service.js";
import jwt from "jsonwebtoken";

Expand Down

0 comments on commit 80c9023

Please sign in to comment.