]> andersk Git - moira.git/commitdiff
shortened firstname timeout to 3 minutes
authormar <mar>
Tue, 21 Nov 1989 16:03:26 +0000 (16:03 +0000)
committermar <mar>
Tue, 21 Nov 1989 16:03:26 +0000 (16:03 +0000)
clients/userreg/userreg.h

index 5bb00f46260c38a0b004d4090669e4235580e3e9..71318ce89db3529ebbf73eed5c180b09203a62b4 100644 (file)
@@ -44,7 +44,7 @@ struct alias {
    other timeouts are just there so that userreg will not stay in a half-used
    state -- possibly confusing an unwary registree.
  */
    other timeouts are just there so that userreg will not stay in a half-used
    state -- possibly confusing an unwary registree.
  */
-#define FIRSTNAME_TIMEOUT            600 /* 10 minutes */
+#define FIRSTNAME_TIMEOUT            180 /* 3 minutes */
 #define MI_TIMEOUT                    90 /* 1.5 minutes */
 #define LASTNAME_TIMEOUT              90 /* 1.5 minutes */
 #define MITID_TIMEOUT                 90 /* 1.5 minutes */
 #define MI_TIMEOUT                    90 /* 1.5 minutes */
 #define LASTNAME_TIMEOUT              90 /* 1.5 minutes */
 #define MITID_TIMEOUT                 90 /* 1.5 minutes */
This page took 0.029202 seconds and 5 git commands to generate.