mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Fix formatting
GitOrigin-RevId: 94ebd836a8cc3fbbb3ea1b7284b1c1863263d96f
This commit is contained in:
@@ -364,7 +364,10 @@ module.exports = {
|
||||
|
||||
robotsNoindex: process.env.ROBOTS_NOINDEX === 'true' || false,
|
||||
|
||||
maxEntitiesPerProject: parseInt(process.env.MAX_ENTITIES_PER_PROJECT || '2000', 10),
|
||||
maxEntitiesPerProject: parseInt(
|
||||
process.env.MAX_ENTITIES_PER_PROJECT || '2000',
|
||||
10
|
||||
),
|
||||
|
||||
projectUploadTimeout: parseInt(
|
||||
process.env.PROJECT_UPLOAD_TIMEOUT || '120000',
|
||||
|
||||
Reference in New Issue
Block a user