Skip to content
  • Rob Swindell's avatar
    Fix bug that caused really-long sub-board load times. · 73225f60
    Rob Swindell authored
    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.
    73225f60