Changed to 1 second
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
0c4939830b
commit
fd67a85fe8
|
@ -61,7 +61,7 @@ module.exports = Self => {
|
||||||
await errorHandler(image.itemFk, error, filePath);
|
await errorHandler(image.itemFk, error, filePath);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, 2500);
|
}, 1000);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
throw new Error('Try-catch error: ', error);
|
throw new Error('Try-catch error: ', error);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue