pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

vlOd2 f8b9f663 d69344f2

+1 -1
+1 -1
src/utils/translation/index.ts
··· 90 90 let attempts = 0; 91 91 const errors: any[] = []; 92 92 93 - while (!result && attempts < 3) { 93 + while (!result && attempts < this.serviceCfg.maxRetryCount) { 94 94 try { 95 95 result = await this.service.translate( 96 96 content.text,