no rate limit

This commit is contained in:
water783 2024-08-22 12:20:33 +08:00
parent 90631192a7
commit 4033a871c4

View File

@ -76,7 +76,7 @@ func main() {
),
policies.PreventTimestampsInThePast(60),
policies.PreventTimestampsInTheFuture(30),
rateLimit,
// rateLimit,
)
log.Info().Str("relay-pubkey", s.RelayPubkey).Msg("running on http://0.0.0.0:" + s.Port)