Ver a proveniência

update

master
dengbiao há 4 dias
ascendente
cometimento
817e336cb2
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      app/mw/mw_limiter.go

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

@@ -56,7 +56,7 @@ func Limiter(c *gin.Context) {
// 2s后没返回自动释放
go cache.SetEx(Md5, "0", ttl)

key := "NEW_LIMITER_APP_COMM_" + ip
key := "LIMITER_EGG_APP" + ip
reqs, _ := cache.GetInt(key)
if reqs >= limit {
c.AbortWithStatusJSON(429, gin.H{


Carregando…
Cancelar
Guardar