mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* ksutil.h: Up the default timeout to two minutes.
This commit is contained in:
parent
c49620a720
commit
9af66d4634
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue