Skip to content

Commit

Permalink
[doc] modify reconnect objet for new options values
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Sep 15, 2013
1 parent 9690cb5 commit 58f1347
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -51,12 +51,11 @@ Here is a simple example of a [Reactor](#reactors) server that will send an emai
})
],
//
// Add Reconnect logic that uses node-backoff
// Add Reconnect logic that uses `back`
//
reconnect: {
type: 'exponential',
maxTries: 2,
initialDelay: 100,
retries: 2,
minDelay: 100,
maxDelay: 300
}
}).connect(1337);
Expand Down

0 comments on commit 58f1347

Please sign in to comment.