]> Pileus Git - ~andy/fetchmail/blobdiff - tunable.h
Note that some moldy stuff from contrib/ got removed.
[~andy/fetchmail] / tunable.h
index 9ee1e6c935c4efaae8a299a217be66ce251418da..6202e7bd44a0658205708adf86143e7bc3b41427 100644 (file)
--- a/tunable.h
+++ b/tunable.h
 /* default timeout period in seconds if server connection dies */
 #define        CLIENT_TIMEOUT          300
 
+/* maximum consecutive timeouts to accept */
+#define MAX_TIMEOUTS           20
+
+/* maximum consecutive lock-busy errors to accept */
+#define MAX_LOCKOUTS           5
+
+/* maximum consecutive authentication failures to accept */
+#define MAX_AUTHFAILS          10
+
 /* default skipped message warning interval in seconds */
 #define WARNING_INTERVAL       3600
-