Reduce juniper_graphql_ws default KA to 15 seconds so that GQL clients don't disconnect (#756)
This commit is contained in:
parent
dac4e648c1
commit
0bf5e3cfa9
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ impl<CtxT> ConnectionConfig<CtxT> {
|
|||
Self {
|
||||
context,
|
||||
max_in_flight_operations: 0,
|
||||
keep_alive_interval: Duration::from_secs(30),
|
||||
keep_alive_interval: Duration::from_secs(15),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue