Skip to content

Commit

Permalink
update ddos limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ssysm committed Feb 1, 2018
1 parent 86aa8d0 commit 171053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var activity = require('./routes/activity');
var works = require('./routes/works');
var funding = require('./routes/funding');
var version = require('./routes/version');
var ddos = new Ddos({burst:60, limit:1000});
var ddos = new Ddos({burst:120, limit:800});

var app = express();

Expand Down

0 comments on commit 171053c

Please sign in to comment.