diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs
index f8e66801..ab14df0a 100644
--- a/websocket-sharp/Server/WebSocketServiceHost.cs
+++ b/websocket-sharp/Server/WebSocketServiceHost.cs
@@ -94,9 +94,13 @@ namespace WebSocketSharp.Server
/// Gets or sets a value indicating whether the service cleans up
/// the inactive sessions periodically.
///
+ ///
+ /// The set operation does nothing if the service has already started or
+ /// it is shutting down.
+ ///
///
- /// true if the service cleans up the inactive sessions periodically;
- /// otherwise, false.
+ /// true if the service cleans up the inactive sessions every 60
+ /// seconds; otherwise, false.
///
public bool KeepClean {
get {