Re: Moderator Throttling Limit
Hey citizenkeith!
Moderators have “throttle=true” set in their capabilities, which I believe is what gives them the power to avoid the throttle:
https://trac.bbpress.org/browser/trunk/bb-includes/functions.bb-capabilities.php
You could always create a new Role that has all the same capabilities as Moderator, except for the ability to avoid throttles:
https://bbpress.org/forums/topic/adding-a-new-user-type?replies=6#post-9210
Or you could write a plugin which removes that one capability from Moderators. That’s beyond my skills though.
Good luck!