are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!
You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means.
You can find it here.
https://bitcointalksearch.org/topic/m.4131557
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);
THANKS SUNNY
ITS BEEN UPDATED