From c8bfd588e598360183f62ba17f5b587bc1bd13ab Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 23 Mar 1997 05:08:15 +0000 Subject: [PATCH] Change default global timeout git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1484 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/otp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/otp/otp.h b/lib/otp/otp.h index 25412e3a5..bf72ae9d9 100644 --- a/lib/otp/otp.h +++ b/lib/otp/otp.h @@ -50,8 +50,8 @@ typedef unsigned char OtpKey[OTPKEYSIZE]; #define OTP_MIN_PASSPHRASE 10 #define OTP_MAX_PASSPHRASE 63 -#define OTP_USER_TIMEOUT 60 -#define OTP_DB_TIMEOUT 60 +#define OTP_USER_TIMEOUT 120 +#define OTP_DB_TIMEOUT 60 #define OTP_HEXPREFIX "hex:" #define OTP_WORDPREFIX "word:"