increase account retrys to help with older airtags inital sync

This commit is contained in:
Ian Foster
2026-01-08 14:05:59 -08:00
parent 0fb3d8a4b7
commit a250376e2b

View File

@@ -652,7 +652,7 @@ class AsyncAppleAccount(BaseAppleAccount):
# Symptom: HTTP 200 but empty response # Symptom: HTTP 200 but empty response
# Remove when real issue fixed # Remove when real issue fixed
retry_counter = 1 retry_counter = 1
_max_retries = 5 _max_retries = 20
while True: while True:
resp = await self._http.post( resp = await self._http.post(
self._ENDPOINT_REPORTS_FETCH, self._ENDPOINT_REPORTS_FETCH,