diff --git a/backend/src/node/connector.rs b/backend/src/node/connector.rs index 3363751..dbc3fe2 100644 --- a/backend/src/node/connector.rs +++ b/backend/src/node/connector.rs @@ -24,7 +24,7 @@ const CONT_BUF_LIMIT: usize = 10 * 1024 * 1024; pub struct NodeConnector { /// Multiplexing connections by id multiplex: BTreeMap, - /// Client must send ping at least once per 10 seconds (CLIENT_TIMEOUT), + /// Client must send ping at least once every 60 seconds (CLIENT_TIMEOUT), hb: Instant, /// Aggregator actor address aggregator: Addr,