Increase MAX_AF_FILES to 30
authorFabian Keil <fk@fabiankeil.de>
Sat, 24 Nov 2012 13:55:51 +0000 (13:55 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 24 Nov 2012 13:55:51 +0000 (13:55 +0000)
An unused file slot is pretty inexpensive.

project.h

index 0ebd214..e308ce5 100644 (file)
--- 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