bump scrollback limit from 50->200

This commit is contained in:
mappu 2017-10-16 18:30:56 +13:00
parent 89c8cb0dc8
commit efa195df5b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"use strict";
var SENTINEL_PASSWORD = "************";
var CHAT_SCROLLBACK_LIMIT = 50; // Once over 2x $limit, the first $limit will be trimmed off the list
var CHAT_SCROLLBACK_LIMIT = 200; // Once over 2x $limit, the first $limit will be trimmed off the list
var EXTERN_ROOT = window.location.protocol + "//" + window.location.host + "/";
var el = function(s) {