aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/ksutil.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-02-01 17:08:18 +0000
committerDavid Shaw <[email protected]>2005-02-01 17:08:18 +0000
commit9af66d463424beb38af9c75461a9785b82e49215 (patch)
treefd55b80f19d4e9f121c563fd597e0846c27a0348 /keyserver/ksutil.h
parent* keygen.c (do_generate_keypair): Write the auth key to the card (diff)
downloadgnupg-9af66d463424beb38af9c75461a9785b82e49215.tar.gz
gnupg-9af66d463424beb38af9c75461a9785b82e49215.zip
* ksutil.h: Up the default timeout to two minutes.
Diffstat (limited to 'keyserver/ksutil.h')
-rw-r--r--keyserver/ksutil.h4
1 files changed, 2 insertions, 2 deletions
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);