Skip to content

Commit

Permalink
ignore upbeat timeout errors
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jan 2, 2017
1 parent aa1b0e9 commit 471e24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = Site

var secret = require('./secret')
require('opbeat').start(secret.opbeat)
require('opbeat').start(Object.assign({timeout: false}, secret.opbeat))

var bodyParser = require('body-parser')
var cluster = require('cluster')
Expand Down

0 comments on commit 471e24d

Please sign in to comment.