From 885acdd26d1920888b14259d8146256f91d2ed9d Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 11 Nov 2019 12:20:08 +0100
Subject: [PATCH] Bump MAX_AF_FILES to 100

Sponsored by: Robert Klemme
---
 project.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.49.0