From efa195df5b65b2d95a3565d0cac0b1a91c4bd81d Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 16 Oct 2017 18:30:56 +1300 Subject: [PATCH] bump scrollback limit from 50->200 --- client/dcwebui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {