diff options
author | David Shaw <[email protected]> | 2005-02-01 17:08:18 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-02-01 17:08:18 +0000 |
commit | 9af66d463424beb38af9c75461a9785b82e49215 (patch) | |
tree | fd55b80f19d4e9f121c563fd597e0846c27a0348 | |
parent | * keygen.c (do_generate_keypair): Write the auth key to the card (diff) | |
download | gnupg-9af66d463424beb38af9c75461a9785b82e49215.tar.gz gnupg-9af66d463424beb38af9c75461a9785b82e49215.zip |
* ksutil.h: Up the default timeout to two minutes.
Diffstat (limited to '')
-rw-r--r-- | keyserver/ChangeLog | 4 | ||||
-rw-r--r-- | keyserver/ksutil.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index b5892ad01..11966be59 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,7 @@ +2005-02-01 David Shaw <[email protected]> + + * ksutil.h: Up the default timeout to two minutes. + 2005-01-24 David Shaw <[email protected]> * gpgkeys_ldap.c (print_nocr): New. diff --git a/keyserver/ksutil.h b/keyserver/ksutil.h index 0a77e27cf..e10d1fbc7 100644 --- a/keyserver/ksutil.h +++ b/keyserver/ksutil.h @@ -53,8 +53,8 @@ struct keylist struct keylist *next; }; -/* 30 seconds seems reasonable */ -#define DEFAULT_KEYSERVER_TIMEOUT 30 +/* 2 minutes seems reasonable */ +#define DEFAULT_KEYSERVER_TIMEOUT 120 unsigned int set_timeout(unsigned int seconds); int register_timeout(void); |