Bitcoin Forum

Other => Meta => Topic started by: Juan Taun on February 11, 2014, 11:11:27 PM



Title: What are the different member group minimum time between posts?
Post by: Juan Taun on February 11, 2014, 11:11:27 PM
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?


Title: Re: What are the different member group minimum time between posts?
Post by: hilariousandco on February 12, 2014, 12:12:04 PM
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://bitcointalk.org/index.php?topic=237597.msg4131557#msg4131557


Title: Re: What are the different member group minimum time between posts?
Post by: Sonny on February 12, 2014, 01:05:26 PM
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...