1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-31 11:41:32 +01:00

* ksutil.h: Up the default timeout to two minutes.

This commit is contained in:
David Shaw 2005-02-01 17:08:18 +00:00
parent c49620a720
commit 9af66d4634
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-02-01 David Shaw <dshaw@jabberwocky.com>
* ksutil.h: Up the default timeout to two minutes.
2005-01-24 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_ldap.c (print_nocr): New.

View File

@ -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);