Post
Topic
Board Meta
Re: Newbie time delay for reporting too?
by
JuniorXcoder1
on 11/12/2018, 05:38:29 UTC
the more activities you have, the less time you wait

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

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);

read more in
awesome link: https://bitcointalk.org/index.php?topic=1689727.0