修改sql语句拼接
This commit is contained in:
@@ -15,5 +15,5 @@ public class DatabaseOutputOptions
|
||||
/// </summary>
|
||||
public int FlushCount { get; set; }
|
||||
|
||||
public int MaxAllowedPacket { get; set; } = 32*1024*1024;
|
||||
public int MaxAllowedPacket { get; set; } = 64*1024*1024;
|
||||
}
|
Reference in New Issue
Block a user