mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Stop logging rate limit messages
This commit is contained in:
parent
ca66ea6588
commit
cf54be4b1d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ func (c *Client) handleClientSocketError(err error) {
|
|||
|
||||
func (c *Client) passesRateLimit() bool {
|
||||
if !c.rateLimiter.Allow() {
|
||||
log.Warnln("Client", c.ClientID, "has exceeded the messaging rate limiting thresholds.")
|
||||
log.Debugln("Client", c.ClientID, "has exceeded the messaging rate limiting thresholds.")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue