TTMSMCPStreamableHTTPTransport.CleanupIntervalMs Property
How often idle sessions are looked for, in milliseconds. Defaults to
60000.
API unit family: TMS.MCP.Transport.StreamableHTTP
Declaring type: TTMSMCPStreamableHTTPTransport
Type: Integer
Syntax
property CleanupIntervalMs: Integer;
Default: 60000
Remarks
This is the resolution of the purge, not the timeout itself, so a session can outlive TTMSMCPStreamableHTTPTransport.SessionTimeoutMs by up to one interval. The value is read on each pass, so changing it while the channel runs takes effect from the next one; it is rounded down to a tenth of a second and never falls below that.