We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092a985 commit ef82b5aCopy full SHA for ef82b5a
juniper_graphql_ws/src/lib.rs
@@ -76,8 +76,7 @@ impl<CtxT> ConnectionConfig<CtxT> {
76
}
77
78
/// Specifies the interval at which to send keep-alives. Specifying a zero duration will
79
- /// disable keep-alives. By default, keep-alives are sent every
80
- /// 30 seconds.
+ /// disable keep-alives. By default, keep-alives are sent every 15 seconds.
81
pub fn with_keep_alive_interval(mut self, interval: Duration) -> Self {
82
self.keep_alive_interval = interval;
83
self
0 commit comments