From 682abf9335c3c77d04f8999b78a2358e887bdef7 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 30 Mar 2017 17:24:22 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 3ae26842..edc0c81a 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -177,12 +177,12 @@ namespace WebSocketSharp.Server } /// - /// Gets a value indicating whether the manager cleans up the inactive sessions - /// in the WebSocket services periodically. + /// Gets a value indicating whether the inactive sessions in + /// the WebSocket services are cleaned up periodically. /// /// - /// true if the manager cleans up the inactive sessions every 60 seconds; - /// otherwise, false. + /// true if the inactive sessions in the services are + /// cleaned up every 60 seconds; otherwise, false. /// public bool KeepClean { get {