From 4a800eb8d1bd2ba0ab7986531a93d1d91d7aeb66 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 27 Mar 2025 16:23:12 +0530 Subject: [PATCH] chore: get changes from dbc1b492 --- app/javascript/dashboard/store/modules/conversationStats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/store/modules/conversationStats.js b/app/javascript/dashboard/store/modules/conversationStats.js index 8de20370b..6b7a5a2a3 100644 --- a/app/javascript/dashboard/store/modules/conversationStats.js +++ b/app/javascript/dashboard/store/modules/conversationStats.js @@ -19,7 +19,7 @@ export const shouldThrottle = conversationCount => { // Large accounts: 10 seconds // We would only update the conversation stats based on the threshold above. // This is done to reduce the number of /meta request made to the server. - const NORMAL_USER_THRESHOLD = 2000; + const NORMAL_USER_THRESHOLD = 500; const LARGE_ACCOUNT_THRESHOLD = 10000; const threshold =