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:
parent
c49620a720
commit
9af66d4634
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user