reduce the number of 'all' comm messages retrieved in one go to 50 at a time
related to #656 no 2
This commit is contained in:
parent
d58ba079b8
commit
1bfe89c041
2
main.js
2
main.js
@ -142,7 +142,7 @@ window.CHAT_MIN_RANGE = 6;
|
||||
window.VIEWPORT_PAD_RATIO = 0.3;
|
||||
|
||||
// how many items to request each query
|
||||
window.CHAT_PUBLIC_ITEMS = 200;
|
||||
window.CHAT_PUBLIC_ITEMS = 50;
|
||||
window.CHAT_FACTION_ITEMS = 50;
|
||||
// how many pixels to the top before requesting new data
|
||||
window.CHAT_REQUEST_SCROLL_TOP = 200;
|
||||
|
Loading…
x
Reference in New Issue
Block a user