Disable hkp lookup by default
This patch turns off RPM's hkp lookup by default. Having this on by default caused heavy load on the keyservers.
This commit is contained in:
parent
547b1b5d76
commit
2a3e33e962
|
@ -658,8 +658,8 @@ print (t)\
|
|||
|
||||
# Horowitz Key Protocol server configuration
|
||||
#
|
||||
%_hkp_keyserver hkp://pgp.mit.edu
|
||||
%_hkp_keyserver_query %{_hkp_keyserver}/pks/lookup?op=get&search=0x
|
||||
#_hkp_keyserver hkp://pgp.mit.edu
|
||||
#_hkp_keyserver_query %{_hkp_keyserver}/pks/lookup?op=get&search=0x
|
||||
|
||||
#==============================================================================
|
||||
# ---- Transaction macros.
|
||||
|
|
Loading…
Reference in New Issue