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:
parent
30549ea319
commit
e5e4a00589
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user