修改sql语句拼接

This commit is contained in:
2024-01-17 10:05:29 +08:00
parent 2629778c96
commit e1aa621a7d
4 changed files with 9 additions and 15 deletions

View File

@@ -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;
}