From 3ec2ac1796b2068b529568e65709f3dec325c0cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Wed, 9 Nov 2022 17:19:25 +0800 Subject: [PATCH] =?UTF-8?q?hifinimusic=E8=BF=81=E7=A7=BB=E5=88=B0=E6=96=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hifini_music/index.js | 2 +- netease_music/sql/generator.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hifini_music/index.js b/hifini_music/index.js index 97e4f7f..0ae78ed 100644 --- a/hifini_music/index.js +++ b/hifini_music/index.js @@ -5,7 +5,7 @@ const sleepUtils = require("../utils/sleepUtils"); // 数据库连接池 dbUtils.create({ - database: "neteasemusic", // 指定数据库 + database: "hifinimusic", // 指定数据库 connectionLimit: 10, // 设置数据库连接池数量 }); global.dbUtils = dbUtils; diff --git a/netease_music/sql/generator.js b/netease_music/sql/generator.js index 878ced2..16848ca 100644 --- a/netease_music/sql/generator.js +++ b/netease_music/sql/generator.js @@ -27,10 +27,10 @@ var table = [ "analysis", "log", - "hifini_forum", - "hifini_tag", - "hifini_thread", - "hifini_thread_tag_relation", + // "hifini_forum", + // "hifini_tag", + // "hifini_thread", + // "hifini_thread_tag_relation", ]; let sqlList = [];