mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-18 04:53:57 +02:00
increase account retrys to help with older airtags inital sync
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user