mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 19:21:29 +00:00
allow request_counters() in bw_limit mode
This commit is contained in:
@@ -242,7 +242,7 @@ function request_counters() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if (getInitParam("bw_limit") == "1") return;
|
//if (getInitParam("bw_limit") == "1") return;
|
||||||
|
|
||||||
var date = new Date();
|
var date = new Date();
|
||||||
var timestamp = Math.round(date.getTime() / 1000);
|
var timestamp = Math.round(date.getTime() / 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user