mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
@@ -175,7 +175,6 @@
|
||||
}
|
||||
};
|
||||
|
||||
let customSyncLogDataInterval = null;
|
||||
let logFilterTimer = -1;
|
||||
let inputtedFilterText = "";
|
||||
let selectBox;
|
||||
@@ -239,7 +238,6 @@
|
||||
};
|
||||
|
||||
const load = () => {
|
||||
customSyncLogDataInterval = null;
|
||||
syncLogWithInterval(100);
|
||||
};
|
||||
|
||||
@@ -267,7 +265,7 @@
|
||||
};
|
||||
|
||||
const getSyncLogDataInterval = () => {
|
||||
return customSyncLogDataInterval ? customSyncLogDataInterval : serverSyncMainDataInterval;
|
||||
return serverSyncMainDataInterval;
|
||||
};
|
||||
|
||||
const logLevelChanged = () => {
|
||||
|
||||
Reference in New Issue
Block a user