gnupg/keyserver (ChangeLog ksutil.h)
cvs user dshaw
cvs at cvs.gnupg.org
Tue Feb 1 17:59:08 CET 2005
Date: Tuesday, February 1, 2005 @ 18:08:18
Author: dshaw
Path: /cvs/gnupg/gnupg/keyserver
Modified: ChangeLog ksutil.h
* ksutil.h: Up the default timeout to two minutes.
-----------+
ChangeLog | 4 ++++
ksutil.h | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
Index: gnupg/keyserver/ChangeLog
diff -u gnupg/keyserver/ChangeLog:1.108 gnupg/keyserver/ChangeLog:1.109
--- gnupg/keyserver/ChangeLog:1.108 Mon Jan 24 19:23:56 2005
+++ gnupg/keyserver/ChangeLog Tue Feb 1 18:08:18 2005
@@ -1,3 +1,7 @@
+2005-02-01 David Shaw <dshaw at jabberwocky.com>
+
+ * ksutil.h: Up the default timeout to two minutes.
+
2005-01-24 David Shaw <dshaw at jabberwocky.com>
* gpgkeys_ldap.c (print_nocr): New.
Index: gnupg/keyserver/ksutil.h
diff -u gnupg/keyserver/ksutil.h:1.3 gnupg/keyserver/ksutil.h:1.4
--- gnupg/keyserver/ksutil.h:1.3 Tue Jan 18 12:16:10 2005
+++ gnupg/keyserver/ksutil.h Tue Feb 1 18:08:18 2005
@@ -53,8 +53,8 @@
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);
More information about the Gnupg-commits
mailing list