From 8be2671a4ecc6f4adcccd926d56de73718e04193 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Sun, 3 Jan 2021 17:09:42 +0000 Subject: [PATCH] enlarging logtailer maxlines and fixing variable initialization --- html/js/functions.js | 4 ++-- logtailer.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/js/functions.js b/html/js/functions.js index 4011938..acde7ce 100644 --- a/html/js/functions.js +++ b/html/js/functions.js @@ -1,8 +1,8 @@ var messagecount = 0; var ts1TXing = null; var ts2TXing = null; -var ts1timestamp = null; -var ts2timestamp = null; +var ts1timestamp = ""; +var ts2timestamp = ""; setInterval(getCurrentTXing, 1000); // 00000000001111111111222222222233333333334444444444555555555566666666667777777777888888888899999999990000000000111111111122222222223333333333 diff --git a/logtailer.ini b/logtailer.ini index 0da4bf6..eff15dc 100644 --- a/logtailer.ini +++ b/logtailer.ini @@ -3,7 +3,7 @@ Host=0.0.0.0 Port=5678 # This defines the maximum amount of loglines to be sent on initial opening of the dashboard -MaxLines=500 +MaxLines=2500 # Keep this parameter synchrone to Filerotate in YSFReflector.ini - if 0 then False, if 1 then True Filerotate=True