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
It seems that for every API request the hostname is resolved with a DNS query.
For me my local DNS server (pihole) was not answering after a certain number of requests within milliseconds, resulting in an uncaught exception.
Since DNS entries do not change that frequent, it would be good to use DNS caching. This would also improve overall speed.
The text was updated successfully, but these errors were encountered:
It seems that for every API request the hostname is resolved with a DNS query.
For me my local DNS server (pihole) was not answering after a certain number of requests within milliseconds, resulting in an uncaught exception.
Since DNS entries do not change that frequent, it would be good to use DNS caching. This would also improve overall speed.
The text was updated successfully, but these errors were encountered: