fix: buf extend to 20kb

This commit is contained in:
2024-01-10 16:28:36 +08:00
parent d08c753ddc
commit caf4fdc46a

View File

@@ -72,7 +72,7 @@ func PostMMLToNF(w http.ResponseWriter, r *http.Request) {
log.Debugf("token:%s, method:%s, managementType:%s dbname:%s, tbname:%s pack:%s",
token, r.Method, module, neType, neId[0], pack)
var buf [8192]byte
var buf [20 * 1024]byte
var n int
var mmlResult []string