Skip to content
Snippets Groups Projects

Omit ipv6 load as it crashes the app (2m entries)

Merged Martin Lowe requested to merge github/fork/autumnfound/malowe/master/17 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -54,7 +54,8 @@ public class CSVNetworkService implements NetworkService {
this.countryIdToIso = new HashMap<>();
loadCountries(countriesFilePath, countryIdToIso);
loadMap(ipv4FilePath, ipv4Subnets);
loadMap(ipv6FilePath, ipv6Subnets);
// Disabled as it is a 2million item list and crashes the app
//loadMap(ipv6FilePath, ipv6Subnets);
}
@Override
Loading