mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
v1.46.0 build assets
This commit is contained in:
parent
831dfce3cb
commit
740c2ca189
5 changed files with 652 additions and 628 deletions
|
@ -88,8 +88,9 @@ func init() {
|
|||
}
|
||||
|
||||
var stdParams = map[string]string{
|
||||
"charset": "utf8",
|
||||
"parseTime": "True",
|
||||
"charset": "utf8",
|
||||
"parseTime": "True",
|
||||
"maxAllowedPacket": "4194304", // 4194304 // 16777216 = 16MB
|
||||
}
|
||||
|
||||
func stdConn(cs string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue