From 0e61497a0ba5ea71ed32a490232fa4be5284826f Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 14 Sep 2021 19:26:15 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 3123c068..bfcf56f9 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -480,17 +480,17 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets a value indicating whether the server cleans up - /// the inactive sessions periodically. + /// Gets or sets a value indicating whether the server cleans up the + /// inactive sessions periodically. /// /// - /// The set operation does nothing if the server has already - /// started or it is shutting down. + /// The set operation does nothing if the server has already started or + /// it is shutting down. /// /// /// - /// true if the server cleans up the inactive sessions - /// every 60 seconds; otherwise, false. + /// true if the server cleans up the inactive sessions every + /// 60 seconds; otherwise, false. /// /// /// The default value is true.