performance, index tuning etc

This commit is contained in:
2021-10-20 17:33:42 +00:00
parent bf0f8607de
commit 8670ea5883
2 changed files with 42 additions and 10 deletions

View File

@@ -205,7 +205,7 @@ export default {
vm.seedingJobActive = true;
let jobStatus = 1;
while (vm.seedingJobActive == true) {
await window.$gz.util.sleepAsync(2000);
await window.$gz.util.sleepAsync(5000);
jobStatus = await window.$gz.api.get(
`job-operations/status/${jobId}`
);