You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max-Connection Handling: Added to detect 502 errors and safely back off by dropping excess sockets instead of failing.
Memory & Performance Optimization: Switched to read NZB files line-by-line instead of loading everything into memory. Also implemented an dictionary lookup for message IDs, significantly speeding up processing times.
Accurate Job Status Check: Replaced the unsafe matching with a dedicated function to check for the CnpNZBFileName parameter, preventing false positives.