Skip to content

Commit

Permalink
set back the keepalive to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Sep 1, 2016
1 parent 823b2b6 commit 07e0eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var events = require('events'),
process.nextTick(callback);
},
defaultConnectOptions = {
keepalive: 10,
keepalive: 60,
reschedulePings: true,
protocolId: 'MQTT',
protocolVersion: 4,
Expand Down

0 comments on commit 07e0eef

Please sign in to comment.