Author

Topic: What are the different member group minimum time between posts? (Read 417 times)

hero member
Activity: 868
Merit: 1000
I just graduated from 360 seconds, now I'm at 66 seconds between posts.  It's still a bit annoying sometimes.  What are the time limits as I transition from membergroup to membergroup?

The exact formula is posted by hilariousandco.
The time limit is indeed based on your activity level rather than membergroup...
global moderator
Activity: 3990
Merit: 2717
Join the world-leading crypto sportsbook NOW!
Quote
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);

https://bitcointalksearch.org/topic/m.4131557
member
Activity: 72
Merit: 10
Me llamo Juan Tuan. Quiero comida China.
I just graduated from 360 seconds, now I'm at 66 seconds between posts.  It's still a bit annoying sometimes.  What are the time limits as I transition from membergroup to membergroup?
Jump to: