Skip to content

Commit

Permalink
Change the maximum number of supported apps
Browse files Browse the repository at this point in the history
  • Loading branch information
destan19 committed Jun 29, 2022
1 parent 7d4b72f commit 49d76a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-app-filter/src/appfilter_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 49d76a1

Please sign in to comment.