[Modify] Edit it
This commit is contained in:
parent
dd392d283b
commit
682abf9335
@ -177,12 +177,12 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the manager cleans up the inactive sessions
|
/// Gets a value indicating whether the inactive sessions in
|
||||||
/// in the WebSocket services periodically.
|
/// the WebSocket services are cleaned up periodically.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the manager cleans up the inactive sessions every 60 seconds;
|
/// <c>true</c> if the inactive sessions in the services are
|
||||||
/// otherwise, <c>false</c>.
|
/// cleaned up every 60 seconds; otherwise, <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool KeepClean {
|
public bool KeepClean {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user