Skip to content

Commit

Permalink
increase default hb interval
Browse files Browse the repository at this point in the history
  • Loading branch information
弈轩 committed Oct 23, 2012
1 parent 8907190 commit 9056425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service.js
Expand Up @@ -7,7 +7,7 @@ var Url = require('url');
var Http = require('http');
var Tool = require(__dirname + '/tool.js');

var DEFAULT_INTERVAL = 30 * 1000;
var DEFAULT_INTERVAL = 60 * 1000;
var DEFAULT_TIMEOUT = 10 * 1000;

exports.create = function (conf, store) {
Expand Down

0 comments on commit 9056425

Please sign in to comment.