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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user