Commit dde4e028 by jianshuqin
parents 9c90afd2 5fd1de38
......@@ -12,7 +12,7 @@ namespace Bailun.DC.Common
/// <summary>
/// 数据中心
/// </summary>
public static string ConnectionString_Data = "server=gz-cdb-kp7s5i79.sql.tencentcdb.com;port=61691;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;SslMode=none;Allow User Variables=True;max pool size=800;";
public static string ConnectionString_Data = "server=gz-cdb-kp7s5i79.sql.tencentcdb.com;port=61691;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;SslMode=none;Allow User Variables=True;max pool size=10000;";
/// <summary>
/// 财务资金
/// </summary>
......@@ -35,7 +35,7 @@ namespace Bailun.DC.Common
/// <summary>
/// 数据中心 读写库
/// </summary>
public static string ConnectionString_Data = "server=10.0.8.113;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;SslMode=none;Allow User Variables=True;max pool size=800;";
public static string ConnectionString_Data = "server=10.0.8.113;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;SslMode=none;Allow User Variables=True;max pool size=10000;";
/// <summary>
/// 财务资金
/// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment