bill 1 year ago
parent
commit
cfb862ca53
2 changed files with 2 additions and 21750 deletions
  1. 1 0
      app.js
  2. 1 21750
      test.js

+ 1 - 0
app.js

@@ -2,6 +2,7 @@ import express from 'express'
 import bodyParser from 'body-parser'
 
 const app = express()
+app.timeout = 30 * 60 * 1000
 app.use(bodyParser.json({ limit: '1024mb' }));
 app.listen(9876)
 

File diff suppressed because it is too large
+ 1 - 21750
test.js