File tree Expand file tree Collapse file tree
src/ModelContextProtocol.AspNetCore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ public class HttpServerTransportOptions
3434 /// The maximum number of idle sessions to track. This is used to limit the number of sessions that can be idle at once.
3535 /// Past this limit, the server will log a critical error and terminate the oldest idle sessions even if they have not reached
3636 /// their <see cref="IdleTimeout"/> until the idle session count is below this limit. Clients that keep their session open by
37- /// keeping a GET request open will not count towards this limit. The default value is set to 10 ,000 sessions.
37+ /// keeping a GET request open will not count towards this limit. The default value is set to 100 ,000 sessions.
3838 /// </summary>
39- public int MaxIdleSessionCount { get ; set ; } = 10_000 ;
39+ public int MaxIdleSessionCount { get ; set ; } = 100_000 ;
4040
4141 /// <summary>
4242 /// Used for testing the <see cref="IdleTimeout"/>.
You can’t perform that action at this time.
0 commit comments