mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
comment out disabling of per user compiles
This commit is contained in:
parent
c04e00026b
commit
73ad1fde5c
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ module.exports = settings =
|
||||||
|
|
||||||
# Use a single compile directory for all users in a project
|
# Use a single compile directory for all users in a project
|
||||||
# (otherwise each user has their own directory)
|
# (otherwise each user has their own directory)
|
||||||
disablePerUserCompiles: true
|
# disablePerUserCompiles: true
|
||||||
|
|
||||||
# Maximum size of text documents in the real-time editing system.
|
# Maximum size of text documents in the real-time editing system.
|
||||||
max_doc_length: 2 * 1024 * 1024 # 2mb
|
max_doc_length: 2 * 1024 * 1024 # 2mb
|
||||||
|
|
Loading…
Reference in a new issue