- 增加 UseSlaveWeight 读权重设置;#1046

This commit is contained in:
2881099
2022-03-18 21:55:02 +08:00
parent 203681ea6a
commit 47b032b6ae
26 changed files with 64 additions and 4 deletions

View File

@ -74,6 +74,7 @@ namespace FreeSql.Oracle
public bool IsThrowGetTimeoutException { get; set; } = true;
public bool IsAutoDisposeWithSystem { get; set; } = true;
public int CheckAvailableInterval { get; set; } = 5;
public int Weight { get; set; } = 1;
static ConcurrentDictionary<string, int> dicConnStrIncr = new ConcurrentDictionary<string, int>(StringComparer.CurrentCultureIgnoreCase);
private string _connectionString;