mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Increase size limit (arbitrarily... *shrug*)
This commit is contained in:
parent
5cd66aad58
commit
9261987bd8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ app = express()
|
|||
|
||||
app.use Metrics.http.monitor(logger)
|
||||
|
||||
app.post "/project/:project_id/compile", bodyParser.json(limit: "2mb"), CompileController.compile
|
||||
app.post "/project/:project_id/compile", bodyParser.json(limit: "5mb"), CompileController.compile
|
||||
app.delete "/project/:project_id", CompileController.clearCache
|
||||
|
||||
app.get "/project/:project_id/sync/code", CompileController.syncFromCode
|
||||
|
|
Loading…
Reference in a new issue