fix: buf extend to 20kb
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user