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:
Jon Atkins 2013-11-24 01:34:13 +00:00
parent d58ba079b8
commit 1bfe89c041

View File

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