I hit it again:
An Error Has Occurred!
The last posting from your IP was less than 4 seconds ago. Please try again later. The thing you were trying to post was saved as a draft. This limit decreases substantially as your account becomes more established.
If this can be reduce to 0 seconds once you've earned 1000 Activity or 1000 Merits, that would be great. The forum rate limit (1 access per second, burst allowed) should be enough of a limitation.
I get this error when reporting
a lot of spam.
The current posting delay is almost as old as Bitcoin itself:
waittime = 360;
if(activity >= 15)
waittime = (int)(90 - activity);
if(activity >= 60)
waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
waittime = max((int)(14-(activity/50)), 4);
Reporting counts as posting.