sane defaults: increase initial connections limit burst.

This commit is contained in:
fiatjaf 2024-09-11 08:00:39 -03:00
parent 79eaedcffe
commit b8bb58f77c

View File

@ -19,6 +19,6 @@ func ApplySaneDefaults(relay *khatru.Relay) {
)
relay.RejectConnection = append(relay.RejectConnection,
ConnectionRateLimiter(1, time.Minute*5, 3),
ConnectionRateLimiter(1, time.Minute*5, 10),
)
}