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:
parent
690b5d7e62
commit
44dabe145d
2
main.js
2
main.js
@ -137,7 +137,7 @@ window.VIEWPORT_PAD_RATIO = 0.3;
|
||||
|
||||
// how many items to request each query
|
||||
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
|
||||
window.CHAT_REQUEST_SCROLL_TOP = 200;
|
||||
window.CHAT_SHRINKED = 60;
|
||||
|
Loading…
x
Reference in New Issue
Block a user