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
We have noticed recently that the GeoIP server becomes unresponsive often times and is unable to handle the requests. I took a look at the file geoip_server.py, but it doesn't seem likely the issue is there. Most likely the error is in the third party module pygeoip that we are using.
For now I am going to modify geoip_client.py and add a timeout parameter to the functions geoip_record_by_addr() and geoip_record_by_name()
The text was updated successfully, but these errors were encountered:
We have noticed recently that the GeoIP server becomes unresponsive often times and is unable to handle the requests. I took a look at the file geoip_server.py, but it doesn't seem likely the issue is there. Most likely the error is in the third party module pygeoip that we are using.
For now I am going to modify geoip_client.py and add a timeout parameter to the functions geoip_record_by_addr() and geoip_record_by_name()
The text was updated successfully, but these errors were encountered: