Skip to content

Commit

Permalink
Merge pull request #11 from hapinessjs/keep-alive-option
Browse files Browse the repository at this point in the history
feat(keep_alive ping): Add options in config to set an interval to pi…
  • Loading branch information
juneil committed Oct 9, 2018
2 parents de5591a + df38e7f commit ceb812e
Show file tree
Hide file tree
Showing 6 changed files with 681 additions and 660 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export interface ClientOpts {
tls?: any;
prefix?: string;
retry_strategy?: RetryStrategy;
ping_keepalive_interval?: number: // In seconds
}
```
Expand Down

0 comments on commit ceb812e

Please sign in to comment.