diff --git a/client/dcwebui.js b/client/dcwebui.js index 186a17d..21cd94f 100644 --- a/client/dcwebui.js +++ b/client/dcwebui.js @@ -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) {