dengbiao hace 3 semanas
padre
commit
18e6c36267
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/mw/mw_limiter.go

+ 1
- 1
app/mw/mw_limiter.go Ver fichero

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



Cargando…
Cancelar
Guardar