Skip to content

Commit ceb812e

Browse files
authored
Merge pull request #11 from hapinessjs/keep-alive-option
feat(keep_alive ping): Add options in config to set an interval to pi…
2 parents de5591a + df38e7f commit ceb812e

6 files changed

Lines changed: 681 additions & 660 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export interface ClientOpts {
135135
tls?: any;
136136
prefix?: string;
137137
retry_strategy?: RetryStrategy;
138-
138+
ping_keepalive_interval?: number: // In seconds
139139
}
140140
141141
```

0 commit comments

Comments
 (0)