Post
Topic
Board Meta
Merits 2 from 2 users
Re: Little things that bug you/me about the forum
by
LoyceV
on 25/10/2024, 06:20:53 UTC
⭐ Merited by PowerGlove (1) ,vapourminer (1)
I hit it again:

Quote
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:
Code:
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.