do not immediately start checking hashes

This commit is contained in:
FinnHornhoover
2023-10-21 22:52:51 +03:00
parent c05e9c0dcd
commit c78a3e5ada
2 changed files with 3 additions and 0 deletions

View File

@@ -415,7 +415,9 @@ function loadCacheList() {
$("#cache-tablebody").append(row);
});
}
function startHashCheck() {
setTimeout(function () {
handleCache("hash-check");
}, 0);