Changed to 1 second
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-08-27 14:09:21 +02:00
parent 0c4939830b
commit fd67a85fe8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ module.exports = Self => {
await errorHandler(image.itemFk, error, filePath);
}
});
}, 2500);
}, 1000);
} catch (error) {
throw new Error('Try-catch error: ', error);
}