enlarging logtailer maxlines and fixing variable initialization
This commit is contained in:
parent
2e03c3ae3e
commit
8be2671a4e
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
var messagecount = 0;
|
var messagecount = 0;
|
||||||
var ts1TXing = null;
|
var ts1TXing = null;
|
||||||
var ts2TXing = null;
|
var ts2TXing = null;
|
||||||
var ts1timestamp = null;
|
var ts1timestamp = "";
|
||||||
var ts2timestamp = null;
|
var ts2timestamp = "";
|
||||||
|
|
||||||
setInterval(getCurrentTXing, 1000);
|
setInterval(getCurrentTXing, 1000);
|
||||||
// 00000000001111111111222222222233333333334444444444555555555566666666667777777777888888888899999999990000000000111111111122222222223333333333
|
// 00000000001111111111222222222233333333334444444444555555555566666666667777777777888888888899999999990000000000111111111122222222223333333333
|
||||||
|
|
|
@ -3,7 +3,7 @@ Host=0.0.0.0
|
||||||
Port=5678
|
Port=5678
|
||||||
|
|
||||||
# This defines the maximum amount of loglines to be sent on initial opening of the dashboard
|
# 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
|
# Keep this parameter synchrone to Filerotate in YSFReflector.ini - if 0 then False, if 1 then True
|
||||||
Filerotate=True
|
Filerotate=True
|
||||||
|
|
Loading…
Reference in a new issue