Browse Source

upda

master
dengbiao 6 days ago
parent
commit
18e6c36267
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/mw/mw_limiter.go

+ 1
- 1
app/mw/mw_limiter.go View File

@@ -23,7 +23,7 @@ func Limiter(c *gin.Context) {
host := c.Request.Host
uri := c.Request.URL.String()

buf := make([]byte, 5120*50)
buf := make([]byte, 5120*100)
num, _ := c.Request.Body.Read(buf)
body := buf[:num]



Loading…
Cancel
Save