From: Fabian Keil Date: Mon, 11 Nov 2019 11:20:08 +0000 (+0100) Subject: Bump MAX_AF_FILES to 100 X-Git-Tag: v_3_0_29~571 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=885acdd26d1920888b14259d8146256f91d2ed9d;hp=a05a0685efd57f248b5770e6f4d95c43b4fcb402 Bump MAX_AF_FILES to 100 Sponsored by: Robert Klemme --- diff --git a/project.h b/project.h index 20f693ac..7cd6e500 100644 --- a/project.h +++ b/project.h @@ -981,7 +981,7 @@ struct reusable_connection * Maximum number of actions/filter files. This limit is arbitrary - it's just used * to size an array. */ -#define MAX_AF_FILES 30 +#define MAX_AF_FILES 100 /** * Maximum number of sockets to listen to. This limit is arbitrary - it's just used