Skip to content

Commit

Permalink
fix bytes and items per message in localauthlistactrl
Browse files Browse the repository at this point in the history
Signed-off-by: Soumya Subramanya <[email protected]>
  • Loading branch information
SNSubramanya committed Jan 11, 2024
1 parent f79c7cd commit 6659c85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/v201/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"name": "LocalAuthListCtrlr",
"variables": {
"BytesPerMessageSendLocalList": {
"variable_name": "BytesPerMessageSendLocalList",
"variable_name": "BytesPerMessage",
"attributes": {
"Actual": 42
}
Expand All @@ -184,7 +184,7 @@
}
},
"ItemsPerMessageSendLocalList": {
"variable_name": "ItemsPerMessageSendLocalList",
"variable_name": "ItemsPerMessage",
"attributes": {
"Actual": 42
}
Expand Down Expand Up @@ -263,7 +263,7 @@
"SupportedCriteria": {
"variable_name": "SupportedCriteria",
"attributes": {
"Actual": "Enabled,Active,Available"
"Actual": "Enabled,Active,Available,Problem"
}
}
}
Expand Down

0 comments on commit 6659c85

Please sign in to comment.