1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

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

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);