mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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>
|
2005-01-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpgkeys_ldap.c (print_nocr): New.
|
* gpgkeys_ldap.c (print_nocr): New.
|
||||||
|
@ -53,8 +53,8 @@ struct keylist
|
|||||||
struct keylist *next;
|
struct keylist *next;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 30 seconds seems reasonable */
|
/* 2 minutes seems reasonable */
|
||||||
#define DEFAULT_KEYSERVER_TIMEOUT 30
|
#define DEFAULT_KEYSERVER_TIMEOUT 120
|
||||||
|
|
||||||
unsigned int set_timeout(unsigned int seconds);
|
unsigned int set_timeout(unsigned int seconds);
|
||||||
int register_timeout(void);
|
int register_timeout(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user