Skip to content

Commit

Permalink
Reapply the correct default timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
interpretor committed Jun 8, 2017
1 parent f56ac2e commit 11bb262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/zyre_peer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const debug = require('debug')('zyre:zyre_peer');
const zeromq = require('zeromq');
const ZreMsg = require('./zre_msg');

const PEER_EVASIVE = 1000;
const PEER_EXPIRED = 2000;
const PEER_EVASIVE = 5000;
const PEER_EXPIRED = 30000;

const ID_PREFIX = 1;

Expand Down

0 comments on commit 11bb262

Please sign in to comment.