1
0
Fork 0
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:
Harvey Kandola 2017-04-27 12:49:32 +01:00
parent 831dfce3cb
commit 740c2ca189
5 changed files with 652 additions and 628 deletions

View file

@ -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 {