Solution for people who may have a similar problem:
" $('#Logs .log-line').slice(13).remove(); "
By default it says slice(500), adjust this number according to your needs. 13 was enough for me.
image.png
when pulling data from text document it only pulls 200 lines.
How can I fix
@sixbrother said in data limit for txt:
when pulling data from text document it only pulls 200 lines.
How can I fix
I worked perfectly with text files for tens and hundreds of thousands of lines, describe the problem in more detail.