From aec463c60618700abbe79868f7b891a5df4f1420 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 27 Feb 2020 13:00:32 +0200 Subject: [PATCH] ci(docs-infra): increase AIO ViewEngine payload size limit (#34978) In #35702, the payload size limit for Ivy builds was bumped to account for small incremental increases in recent PRs. The ViewEngine size has also increased similarly (~500B), but it was not updated in #35702, because its total increase was just below the 500B error threshold (by 6B). This commit bumps the ViewEngine size limit too. Note: Any investigation for the Ivy size increase (as a follow-up to #35702) will most likely also apply to ViewEngine, since the size was increased by the same amount. PR Close #34978 --- aio/scripts/_payload-limits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/scripts/_payload-limits.json b/aio/scripts/_payload-limits.json index daa1749fce..3ef6d6bcdd 100755 --- a/aio/scripts/_payload-limits.json +++ b/aio/scripts/_payload-limits.json @@ -3,7 +3,7 @@ "master": { "uncompressed": { "runtime-es2015": 2987, - "main-es2015": 449223, + "main-es2015": 449683, "polyfills-es2015": 52195 } } @@ -21,7 +21,7 @@ "master": { "uncompressed": { "runtime-es2015": 3097, - "main-es2015": 426533, + "main-es2015": 427026, "polyfills-es2015": 52195 } }