update parser

This commit is contained in:
qananasikq
2026-04-24 18:36:31 +03:00
parent 1453eee83b
commit 31f87a9bdf

View File

@@ -65,10 +65,16 @@ class FastSyncEngine:
return any(
marker in text
for marker in (
"sslerror",
"ssleoferror",
"unexpected_eof_while_reading",
"eof occurred in violation of protocol",
"max retries exceeded",
"read timed out",
"readtimeout",
"connection reset",
"connection aborted",
"connection closed",
"temporarily unavailable",
"too many requests",
"status=429",