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
This commit is contained in:
Jon Atkins 2013-04-04 23:04:00 +01:00
parent 30549ea319
commit e5e4a00589

View File

@ -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;