1
0
Fork 0

enlarging logtailer maxlines and fixing variable initialization

main
Kim Huebel 4 years ago
parent 2e03c3ae3e
commit 8be2671a4e

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

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

Loading…
Cancel
Save