reduce faction messages to 50 at a time - as they're no longer cluttered with user-specific alerts

(these now appear in a separate 'alerts' tab on the stock site - yet to be implemented in IITC)
This commit is contained in:
Jon Atkins 2013-09-30 23:23:58 +01:00
parent 690b5d7e62
commit 44dabe145d

View File

@ -137,7 +137,7 @@ window.VIEWPORT_PAD_RATIO = 0.3;
// how many items to request each query // how many items to request each query
window.CHAT_PUBLIC_ITEMS = 200; window.CHAT_PUBLIC_ITEMS = 200;
window.CHAT_FACTION_ITEMS = 100; window.CHAT_FACTION_ITEMS = 50;
// how many pixels to the top before requesting new data // how many pixels to the top before requesting new data
window.CHAT_REQUEST_SCROLL_TOP = 200; window.CHAT_REQUEST_SCROLL_TOP = 200;
window.CHAT_SHRINKED = 60; window.CHAT_SHRINKED = 60;