UI: ActivityPage: Disable host-name lookups for now.

Crashes on exit with live lookup requests.
This commit is contained in:
Nodir Temirkhodjaev 2017-09-06 14:49:40 +05:00
parent cb08e2c24d
commit 534615ca8f

View File

@ -80,7 +80,7 @@ BasePage {
// Host name // Host name
if (hostNames[ipText] === undefined) { if (hostNames[ipText] === undefined) {
hostNames[ipText] = false; hostNames[ipText] = false;
hostInfo.lookupHost(ipText); //hostInfo.lookupHost(ipText); // Crashes on exit with live lookup requests
} }
} }