allow request_counters() in bw_limit mode

This commit is contained in:
Andrew Dolgov 2012-08-23 10:37:08 +04:00
parent 0a11d23534
commit 2c2cdaf7dc
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ function request_counters() {
try {
if (getInitParam("bw_limit") == "1") return;
//if (getInitParam("bw_limit") == "1") return;
var date = new Date();
var timestamp = Math.round(date.getTime() / 1000);