tjcsl / director

Director (web3)
https://director.tjhsst.edu
MIT License
11 stars 5 forks source link

Log tailing in editor freezes if too many updates are sent #33

Open ezwang opened 7 years ago

ezwang commented 7 years ago

This issue can be replicated by making a file called test.txt, opening it up as a log in the editor, and then running:

while true; do date >> test.txt; done