Skip to content

Commit

Permalink
chore: increase budget size
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi-sla committed Feb 29, 2024
1 parent 212a801 commit 5ede8cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples-standalone/grid-live-data/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "8mb",
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",
Expand Down
4 changes: 2 additions & 2 deletions examples-standalone/grid-performance/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "8mb",
"maximumError": "10mb"
"maximumWarning": "500kb",
"maximumError": "1mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 5ede8cf

Please sign in to comment.