Quantcast
Viewing all articles
Browse latest Browse all 12134

Re: TruClient - Multiply wait time

Maybe try something like this?

 

// wait 1-3s
//Math.round( Math.random() * (max - min) + min )
Math.round( Math.random() * (3 - 1) + 1 )

// wait 5-10s
//Math.round( Math.random() * (max - min) + min )
Math.round( Math.random() * (10 - 5) + 5 )


Viewing all articles
Browse latest Browse all 12134

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>