redis
Build docker and publish / build (20.15.1) (push) Successful in 7m33s

This commit is contained in:
2026-03-18 00:53:35 -07:00
parent 282e1e4087
commit 50f6995d60
4 changed files with 73 additions and 54 deletions
-2
View File
@@ -107,8 +107,6 @@ func NewServiceContext(c config.Config) *ServiceContext {
err = rds.Ping(context.Background()).Err()
if err != nil {
panic(err.Error())
} else {
_ = rds.FlushAll(context.Background()).Err()
}
authLimiter := limit.NewPeriodLimit(86400, 15, rds, config.SendCountLimitKeyPrefix, limit.Align())
nonceStore := signature.NewRedisNonceStore(rds)