From ef65bf45e94a47dfe1cb3a30d49b6c33074a1927 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 30 Jan 2024 12:51:45 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- public/js/RoomClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 523fb88d..3eede7a5 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -194,7 +194,7 @@ class RoomClient { this.chatMessageTimeBetween = 1000; // ms this.chatMessageNotifyDelay = 10000; // ms this.chatMessageSpamCount = 0; - this.chatMessageSpamCountToBan = 1; + this.chatMessageSpamCountToBan = 10; this.isAudioAllowed = isAudioAllowed; this.isVideoAllowed = isVideoAllowed;