web/workers/fetch: retry only when needed & reduce attempts to 3

This commit is contained in:
wukko
2025-05-14 21:16:38 +06:00
parent a2d12ce82f
commit 9cf40549e3
2 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,8 @@
{
"no_final_file": "no final file output",
"worker_didnt_start": "couldn't start a processing worker",
"generic_error": "processing pipeline crashed, see console for details",
"fetch.crashed": "fetch worker crashed, see console for details",
"fetch.bad_response": "couldn't access the file tunnel",
"fetch.no_file_reader": "couldn't write a file to cache",
"fetch.empty_tunnel": "file tunnel is empty, try again",