From e5e4a00589827c036ff5373a15c83d88c42cd59f Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Thu, 4 Apr 2013 23:04:00 +0100 Subject: [PATCH] faction chat data now includes messages about our own destroyed resonators, etc. these are filtered out for display therefore it makes sense to request more data in one go, as is done for the public chat --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c16effde..cff6f108 100644 --- a/main.js +++ b/main.js @@ -129,7 +129,7 @@ window.VIEWPORT_PAD_RATIO = 0.3; // how many items to request each query window.CHAT_PUBLIC_ITEMS = 200; -window.CHAT_FACTION_ITEMS = 50; +window.CHAT_FACTION_ITEMS = 200; // how many pixels to the top before requesting new data window.CHAT_REQUEST_SCROLL_TOP = 200; window.CHAT_SHRINKED = 60;