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:
2
main.js
2
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;
|
||||
|
Reference in New Issue
Block a user