Bitcoin Forum

Other => Off-topic => Topic started by: crazyoddman on May 03, 2014, 11:54:27 AM



Title: Am I the only one pleased that the search waiting period has been reduced
Post by: crazyoddman on May 03, 2014, 11:54:27 AM
It was a bit annoying to be told you are searching too quickly wait for 90 seconds, now its down to 15, am impressed, this forum is moving forward, and so is our beloved BTC.


Title: Re: Am I the only one pleased that the search waiting period has been reduced
Post by: hilariousandco on May 03, 2014, 12:17:52 PM
It goes down the more activity you get. It's not even really noticeable when you get to some of the higher member statuses. Think mine is down to less than ten seconds but I never run into a problem with it.


Title: Re: Am I the only one pleased that the search waiting period has been reduced
Post by: crazyoddman on May 03, 2014, 12:55:46 PM
It goes down the more activity you get. It's not even really noticeable when you get to some of the higher member statuses. Think mine is down to less than ten seconds but I never run into a problem with it.
Oh nice, cant wait to be a member then


Title: Re: Am I the only one pleased that the search waiting period has been reduced
Post by: rohnearner on May 03, 2014, 01:14:31 PM
The Higher The activity the lower the waiting time..!
to be more precise.
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);