From 7818410d5579c36bb8fcbbce634b28855569611f Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 29 May 2025 02:42:31 +0200 Subject: [PATCH] Upddated interval. --- src/snek/static/chat-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/static/chat-input.js b/src/snek/static/chat-input.js index e9ed727..205aa3d 100644 --- a/src/snek/static/chat-input.js +++ b/src/snek/static/chat-input.js @@ -157,7 +157,7 @@ levenshteinDistance(a, b) { const me = this; this.liveType = this.getAttribute("live-type") === "true"; this.liveTypeInterval = - parseInt(this.getAttribute("live-type-interval")) || 3; + parseInt(this.getAttribute("live-type-interval")) || 6; this.channelUid = this.getAttribute("channel"); app.rpc.getRecentUsers(this.channelUid).then(users=>{