dengbiao 4 giorni fa
parent
commit
817e336cb2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/mw/mw_limiter.go

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

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


Caricamento…
Annulla
Salva