[OPTIMIZE]delete update_hit_groups to reduce cpu consumption & reduce maat_state memory usage
This commit is contained in:
@@ -42,7 +42,7 @@ struct group_info {
|
||||
};
|
||||
|
||||
struct iris_table {
|
||||
char table_name[NAME_MAX];
|
||||
char table_name[MAX_NAME_STR_LEN];
|
||||
char table_path[PATH_MAX];
|
||||
int line_count;
|
||||
enum table_type table_type;
|
||||
|
||||
Reference in New Issue
Block a user