Rename variable to fix typo (#11395)

This commit is contained in:
Andrea Scarpino 2024-05-30 09:39:08 +00:00 committed by GitHub
parent 1d34930180
commit 57d96128b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -413,7 +413,7 @@ func configForLua(input interface{}) string {
all.Cfg.GlobalRateLimitMemcachedConnectTimeout,
all.Cfg.GlobalRateLimitMemcachedMaxIdleTimeout,
all.Cfg.GlobalRateLimitMemcachedPoolSize,
all.Cfg.GlobalRateLimitStatucCode,
all.Cfg.GlobalRateLimitStatusCode,
)
}