Merge branch 'production' of https://github.com/vlOd2/p-stream into production

This commit is contained in:
vlOd2 2025-12-29 00:19:45 +02:00
commit f8b9f663be

View file

@ -90,7 +90,7 @@ class Translator {
let attempts = 0;
const errors: any[] = [];
while (!result && attempts < 3) {
while (!result && attempts < this.serviceCfg.maxRetryCount) {
try {
result = await this.service.translate(
content.text,