performance, index tuning etc
This commit is contained in:
@@ -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}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user