mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-13 02:10:04 +00:00
do not immediately start checking hashes
This commit is contained in:
parent
c05e9c0dcd
commit
c78a3e5ada
@ -415,7 +415,9 @@ function loadCacheList() {
|
||||
|
||||
$("#cache-tablebody").append(row);
|
||||
});
|
||||
}
|
||||
|
||||
function startHashCheck() {
|
||||
setTimeout(function () {
|
||||
handleCache("hash-check");
|
||||
}, 0);
|
||||
|
@ -117,6 +117,7 @@
|
||||
type="button"
|
||||
title="Edit Cache Storage"
|
||||
data-target="#of-editcacheconfigmodal"
|
||||
onclick="startHashCheck()"
|
||||
>
|
||||
<i class="fas fa-cog"></i>
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user