Remove redundant words in comments (#31512)
remove redundant word in comment Release Notes: - N/A Signed-off-by: tongjicoder <tongjicoder@icloud.com>
This commit is contained in:
parent
0731097ee5
commit
31d908fc74
3 changed files with 3 additions and 3 deletions
|
@ -257,7 +257,7 @@ fn start_server(
|
|||
log_rx: Receiver<Vec<u8>>,
|
||||
cx: &mut App,
|
||||
) -> Arc<ChannelClient> {
|
||||
// This is the server idle timeout. If no connection comes in in this timeout, the server will shut down.
|
||||
// This is the server idle timeout. If no connection comes in this timeout, the server will shut down.
|
||||
const IDLE_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(10 * 60);
|
||||
|
||||
let (incoming_tx, incoming_rx) = mpsc::unbounded::<Envelope>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue