Subj : web/lib/msgslib.ssjs To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Mar 07 2021 03:23 pm https://gitlab.synchro.net/main/sbbs/-/commit/73225f60faa05c3513b42350 Modified Files: web/lib/msgslib.ssjs Log Message: Fix bug that caused really-long sub-board load times. I'm not sure how long this has been like this, but the last_msg of a sub-board can be a super high number (e.g. in the billions), so using that value as the highest message offset would cause tons of message index read failures and just cause this loop to interate unneccessarily through tons of non-existent messages. Also, this code is utter crap. .