increase maxAssetSize temporarily
increase the maxAssetSize until LS-1222 is complete so Jenkins builds can continue to work. flag = none Change-Id: Ie110245d6149d0439759da3011fbd8b7c2cf909a Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/242917 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Tested-by: James Butters <jbutters@instructure.com> Reviewed-by: Aaron Ogata <aogata@instructure.com> QA-Review: James Butters <jbutters@instructure.com> Product-Review: James Butters <jbutters@instructure.com>
This commit is contained in:
parent
54b544c54f
commit
6fde8fac6a
|
@ -62,7 +62,8 @@ module.exports = {
|
|||
// tracking them too. Then, as we work to get all chunks smaller, we should change
|
||||
// this number to the size of our biggest known asset and hopefully someday get
|
||||
// to where they are all under the default value of 250000 and then remove this
|
||||
maxAssetSize: 1200000,
|
||||
// TODO: decrease back to 1200000 LS-1222
|
||||
maxAssetSize: 1400000,
|
||||
assetFilter: assetFilename => {
|
||||
const thingsWeKnowAreWayTooBig = [
|
||||
'canvas-rce-async-chunk',
|
||||
|
|
Loading…
Reference in New Issue