When downloading a post in Sandboxes, this code (I think)
|
let board_posts = BoardPosts::get_all_cached(board.id, !use_cache) |
causes glowpub to iterate through all 100+ pages of posts in that continuity just as part of deciding the file name. This often hits rate limits and cases multi-minute backoff after the post has already been fetched. It'd be nice to be able to skip this logic.
(After further thought, this might be cached and therefore only cause an issue on the first instance of downloading such a post?)