]> Pileus Git - ~andy/fetchmail/blobdiff - tunable.h
Attempt merging from 6.3.24.
[~andy/fetchmail] / tunable.h
index b6abc5f514fa4c9260ec117c4dd210179d8b5ea4..fddeaf9b0079c41be2c0a616ae0b35c8db0b727e 100644 (file)
--- a/tunable.h
+++ b/tunable.h
 /* 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
+
+/* maximum transient errors to accept */
+#define MAX_TRANSIENT_ERRORS   20