mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-14 02:30:05 +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);
|
$("#cache-tablebody").append(row);
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function startHashCheck() {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
handleCache("hash-check");
|
handleCache("hash-check");
|
||||||
}, 0);
|
}, 0);
|
||||||
|
@ -117,6 +117,7 @@
|
|||||||
type="button"
|
type="button"
|
||||||
title="Edit Cache Storage"
|
title="Edit Cache Storage"
|
||||||
data-target="#of-editcacheconfigmodal"
|
data-target="#of-editcacheconfigmodal"
|
||||||
|
onclick="startHashCheck()"
|
||||||
>
|
>
|
||||||
<i class="fas fa-cog"></i>
|
<i class="fas fa-cog"></i>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user