Skip to content

Commit 4021b0f

Browse files
chore(UserGroup): bump 'member' items maximum to 2048
1 parent 869934e commit 4021b0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/UserGroup.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class UserGroup extends Model {
6161
default: [],
6262
allow_empty: true,
6363
many: true,
64+
many_maximum: 2048,
6465
delimiter: null,
6566
help_text: 'The local user names to assign to this user group.',
6667
);

0 commit comments

Comments
 (0)