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
Sometimes IP-API blacklists IPs or throttles connections which can cause long load times for edge cases. Suggestion is to limit the TIMEOUT appropriately like in Linux to 3 seconds and only 2 retries
from here:
meile-gui/src/cli/sentinel.py
Line 63 in bd99edb
Sometimes IP-API blacklists IPs or throttles connections which can cause long load times for edge cases. Suggestion is to limit the TIMEOUT appropriately like in Linux to 3 seconds and only 2 retries