Content deleted Content added
add null edit option |
m fix logging |
||
Line 18:
console.log(type + " rate limit: hits=" + hits + ", seconds=" + seconds);
wait = Math.ceil( (seconds/hits) * 1000 );
} else {
wait = 2000;
|
add null edit option |
m fix logging |
||
Line 18:
console.log(type + " rate limit: hits=" + hits + ", seconds=" + seconds);
wait = Math.ceil( (seconds/hits) * 1000 );
} else {
wait = 2000;
|