mirror of
https://github.com/OpenFusionProject/Client.git
synced 2025-10-22 07:00:07 +00:00
do not immediately start checking hashes
This commit is contained in:
@@ -415,7 +415,9 @@ function loadCacheList() {
|
||||
|
||||
$("#cache-tablebody").append(row);
|
||||
});
|
||||
}
|
||||
|
||||
function startHashCheck() {
|
||||
setTimeout(function () {
|
||||
handleCache("hash-check");
|
||||
}, 0);
|
||||
|
Reference in New Issue
Block a user