From 49d76a1dcfc034d4102baa11d18a36b85254a8ab Mon Sep 17 00:00:00 2001 From: derry Date: Wed, 29 Jun 2022 12:06:33 +0800 Subject: [PATCH] Change the maximum number of supported apps --- open-app-filter/src/appfilter_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-app-filter/src/appfilter_config.h b/open-app-filter/src/appfilter_config.h index 1d7174ab..1d6187de 100755 --- a/open-app-filter/src/appfilter_config.h +++ b/open-app-filter/src/appfilter_config.h @@ -21,7 +21,7 @@ THE SOFTWARE. */ #ifndef __APPFILTER_CONFIG_H__ #define __APPFILTER_CONFIG_H__ -#define MAX_SUPPORT_APP_NUM 256 +#define MAX_SUPPORT_APP_NUM 1024 #define MAX_CLASS_NAME_LEN 32 #include "appfilter_user.h" extern int g_cur_class_num;