From 0ff1ec97be2b2c5f967b788542e2113b926da9cd Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 3 Aug 2017 07:52:28 +0800 Subject: [PATCH] Enlarge the max_tries --- src/acl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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