Remove subkeys.pgp.net keyserver, often down and no hkps

This commit is contained in:
Dominik Schürmann
2014-08-15 10:19:46 +02:00
parent bc76941bc1
commit cf450d24fb
2 changed files with 21 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ public final class Constants {
public static final class Defaults {
public static final String KEY_SERVERS = "hkps://hkps.pool.sks-keyservers.net, subkeys.pgp.net, hkps://pgp.mit.edu";
public static final int KEY_SERVERS_VERSION = 2;
public static final int KEY_SERVERS_VERSION = 3;
}
public static final class DrawerItems {