mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Faster GeoIP lookups.
QCache results in speed decrease. See https://github.com/qbittorrent/qBittorrent/pull/3488#issuecomment-124731983
This commit is contained in:
@@ -68,7 +68,6 @@ namespace Net
|
||||
|
||||
bool m_enabled;
|
||||
GeoIPDatabase *m_geoIPDatabase;
|
||||
mutable QCache<QHostAddress, QString> m_cache;
|
||||
|
||||
static GeoIPManager *m_instance;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user