do not immediately start checking hashes

This commit is contained in:
FinnHornhoover 2023-10-21 22:52:51 +03:00
parent 9183d3338d
commit e980ca5d65
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);

View File

@ -117,6 +117,7 @@
type="button"
title="Edit Cache Storage"
data-target="#of-editcacheconfigmodal"
onclick="startHashCheck()"
>
<i class="fas fa-cog"></i>
</button>