Skip to content

Commit

Permalink
added timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTE committed Nov 22, 2023
1 parent 8331c0c commit 8c8784e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ import { handleApiLogStatsRequest } from './functions/stats/api_log';

//: Express and Body Parser setup
const app = express();
app.use(express.json({ limit: '2500mb' }));
const jsonParser = bodyParser.json()

app.set('trust proxy', true);
Expand Down

0 comments on commit 8c8784e

Please sign in to comment.