TSocketHttpServer.MaxQueuedRequests Property
Gets or sets the maximum number of requests waiting for a worker thread.
Remarks
When the queue is full, further requests are answered with a 503 status code and their connections are closed. 0 means unlimited. Defaults to 256. Takes effect when the server starts.
Syntax
Unit: Sparkle.Socket.Server
property TSocketHttpServer.MaxQueuedRequests: Integer