From 9af66d463424beb38af9c75461a9785b82e49215 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 1 Feb 2005 17:08:18 +0000 Subject: [PATCH] * ksutil.h: Up the default timeout to two minutes. --- keyserver/ChangeLog | 4 ++++ 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 + + * ksutil.h: Up the default timeout to two minutes. + 2005-01-24 David Shaw * 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);