1
0
Fork 0

enlarging logtailer maxlines and fixing variable initialization

This commit is contained in:
Kim Huebel 2021-01-03 17:09:42 +00:00
parent 2e03c3ae3e
commit 8be2671a4e
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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