I can’t imagine why anyone would want to time the amount of elapsed time between posts, unless it is to avoid incurring in “post bursting”, which may be looked into by campaign managers at some point, as it does occasionally figure explicitly in some specific campaign’s rule set. Even so it is a subjective term, that is not set to a specific amount of minutes, so controlling it will not really add up to much.
That’s probably why there are inherent time limits between posts …:
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.
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);