Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Updated frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardalan Amini committed May 19, 2018
1 parent e4d8fda commit 2a6d48c
Show file tree
Hide file tree
Showing 4 changed files with 603 additions and 713 deletions.
1 change: 1 addition & 0 deletions benchmarks/foxify-clustered.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const Foxify = require('foxify')
const app = new Foxify()

app.disable('x-powered-by')
app.disable('content-length')

app.get('/', (req, res) => {
res.json({hello: 'world'})
Expand Down
1 change: 1 addition & 0 deletions benchmarks/foxify.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const Foxify = require('foxify')
const app = new Foxify()

app.disable('x-powered-by')
app.disable('content-length')

app.set('workers', 1)

Expand Down
Loading

0 comments on commit 2a6d48c

Please sign in to comment.