mirror of
https://github.com/ImranR98/Obtainium.git
synced 2026-08-01 01:47:35 -04:00
HttpService.createHttpClient set connectionTimeout: 30s on every HttpClient. In the background isolate on real Android devices, DNS resolution can exceed this when the network stack is cold, causing 'SocketException: Failed host lookup' on every background update check. Restore main's behavior of no timeout (null), which allows DNS to resolve at the system's pace.