mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 15:37:36 +00:00
Merge pull request #12620 from overleaf/jpa-align-compile-size-limit
[web] align size limit for editable content between SAAS and Server Pro GitOrigin-RevId: 84da372ac5e3716f7987cc2d195834a5180d2978
This commit is contained in:
parent
ff25ac1d9c
commit
01f4df08ee
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ module.exports = {
|
|||
enabled: false,
|
||||
},
|
||||
|
||||
compileBodySizeLimitMb: process.env.COMPILE_BODY_SIZE_LIMIT_MB || 5,
|
||||
compileBodySizeLimitMb: process.env.COMPILE_BODY_SIZE_LIMIT_MB || 7,
|
||||
|
||||
textExtensions: defaultTextExtensions.concat(
|
||||
parseTextExtensions(process.env.ADDITIONAL_TEXT_EXTENSIONS)
|
||||
|
|
Loading…
Add table
Reference in a new issue