diff --git a/src/acl.h b/src/acl.h index ba487173..deba51bf 100644 --- a/src/acl.h +++ b/src/acl.h @@ -26,7 +26,7 @@ #define BLACK_LIST 0 #define WHITE_LIST 1 -#define MAX_TRIES 64 +#define MAX_TRIES 256 #define MALICIOUS 8 #define SUSPICIOUS 4 #define BAD 2