ArchiveTeam / seesaw-kit

Making a reusable toolkit for writing seesaw scripts
Other
69 stars 30 forks source link

Fix performance issue with large item logs #99

Closed ariscop closed 8 years ago

ariscop commented 8 years ago

Over time as an item log grows, the time spent running processCarriageReturns grows until it takes longer to run than it takes for the next message to arrive, locking up the tab

I don't know exactly what problem this function solves, but without this change the web interface is unusable

ariscop commented 8 years ago

79 and #90 appear to be the same issue