X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tunable.h;h=fddeaf9b0079c41be2c0a616ae0b35c8db0b727e;hb=24ab4a608c8ee1613698a1a312a7b30d138a241e;hp=8046afc1746be8ea4e2c26d1094ef538916673bf;hpb=3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388;p=~andy%2Ffetchmail diff --git a/tunable.h b/tunable.h index 8046afc1..fddeaf9b 100644 --- a/tunable.h +++ b/tunable.h @@ -13,5 +13,14 @@ /* 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 + +/* maximum transient errors to accept */ +#define MAX_TRANSIENT_ERRORS 20