We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad905a commit 2b642f2Copy full SHA for 2b642f2
edition/boot/runtime.go
@@ -84,7 +84,7 @@ func InitRuntime(r *env.Runtime, s *domain.Store) bool {
84
var stdParams = map[string]string{
85
"charset": "utf8mb4",
86
"parseTime": "True",
87
- "maxAllowedPacket": "4194304", // 4194304 // 16777216 = 16MB
+ "maxAllowedPacket": "104857600", // 4194304 // 16777216 = 16MB // 104857600 = 100MB
88
}
89
90
func stdConn(cs string) string {
0 commit comments