From: Fabian Keil Date: Sat, 24 Nov 2012 13:55:51 +0000 (+0000) Subject: Increase MAX_AF_FILES to 30 X-Git-Tag: v_3_0_20~169 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=f10edbb2cea8665a46f46e26098f15621b92611b Increase MAX_AF_FILES to 30 An unused file slot is pretty inexpensive. --- diff --git a/project.h b/project.h index 0ebd2147..e308ce59 100644 --- a/project.h +++ b/project.h @@ -1,7 +1,7 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED /** Version string. */ -#define PROJECT_H_VERSION "$Id: project.h,v 1.191 2012/10/23 10:19:04 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.192 2012/11/11 12:38:42 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -856,7 +856,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 10 +#define MAX_AF_FILES 30 /** * Maximum number of sockets to listen to. This limit is arbitrary - it's just used