Skip to content

Commit 2b642f2

Browse files
committed
boosted SQL maxAllowedPacket
1 parent 5ad905a commit 2b642f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edition/boot/runtime.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func InitRuntime(r *env.Runtime, s *domain.Store) bool {
8484
var stdParams = map[string]string{
8585
"charset": "utf8mb4",
8686
"parseTime": "True",
87-
"maxAllowedPacket": "4194304", // 4194304 // 16777216 = 16MB
87+
"maxAllowedPacket": "104857600", // 4194304 // 16777216 = 16MB // 104857600 = 100MB
8888
}
8989

9090
func stdConn(cs string) string {

0 commit comments

Comments
 (0)