Bump MAX_AF_FILES to 100
authorFabian Keil <fk@fabiankeil.de>
Mon, 11 Nov 2019 11:20:08 +0000 (12:20 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 11 Nov 2019 15:08:11 +0000 (16:08 +0100)
Sponsored by: Robert Klemme

project.h

index 20f693a..7cd6e50 100644 (file)
--- 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.
  */
  * 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
 
 /**
  * Maximum number of sockets to listen to.  This limit is arbitrary - it's just used