Skip to content
Snippets Groups Projects
Commit c5a24587 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

change __heartbeat__ timeout to 5s - the same as what zeus allows in production

parent 019a3686
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ url = require('url');
// the path that heartbeats live at
exports.path = '/__heartbeat__';
const checkTimeout = 10000;
const checkTimeout = 5000;
// a helper function to set up a heartbeat check
exports.setup = function(app, options, cb) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment