khatru: reduce default max number of authenticated clients.

This commit is contained in:
fiatjaf
2025-10-26 17:00:35 -03:00
parent a7b29c5c96
commit 131093388d

View File

@@ -49,7 +49,7 @@ func NewRelay() *Relay {
PingPeriod: 30 * time.Second,
MaxMessageSize: 512000,
MaxAuthenticatedClients: 32,
MaxAuthenticatedClients: 8,
}
return rl