mirror of
https://github.com/tnodir/fort
synced 2024-11-15 13:37:40 +00:00
UI: ActivityPage: Disable host-name lookups for now.
Crashes on exit with live lookup requests.
This commit is contained in:
parent
cb08e2c24d
commit
534615ca8f
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user