less restrictive rate limits

This commit is contained in:
Barry Deen 2024-09-12 15:26:38 -04:00
parent 49bd213942
commit ed76ae568e

View File

@ -88,7 +88,7 @@ func main() {
)
relay.RejectConnection = append(relay.RejectConnection,
policies.ConnectionRateLimiter(3, time.Minute*5, 9),
policies.ConnectionRateLimiter(3, time.Minute*1, 20),
)
relay.StoreEvent = append(relay.StoreEvent, db.SaveEvent)