Skip to content

Commit

Permalink
Reduce limits of security solutions to max + 15kb (#100247)
Browse files Browse the repository at this point in the history
## Summary

With recent package changes and fixes we are down to 61kb for page load bundle. General rules are max kilobytes + 15kb for buffer so that would mean we should lower it to be 76kb.

Resolves #95870
  • Loading branch information
FrankHassanabad authored May 18, 2021
1 parent e15b887 commit 6bb55f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-optimizer/limits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pageLoadAssetSize:
searchprofiler: 67080
security: 95864
securityOss: 30806
securitySolution: 187863
securitySolution: 76000
share: 99061
snapshotRestore: 79032
spaces: 57868
Expand Down

0 comments on commit 6bb55f8

Please sign in to comment.