HcMaxQueueLength

IIS performs on-demand compression of static content in the background. When a static file is requested, and IIS has determined that a previously compressed version of the requested file does not already exist in the compression directory, the request is put into a simple FIFO (first in, first out) queue. HcMaxQueueLength specifies how many concurrent background compression requests can be in the queue. If the queue is full, additional compression requests are ignored until there is room in the queue.

If HcMaxQueueLength is set to 0xFFFFFFFF, there is no limit to the number of pending requests in the queue.

Data type Long
Default value 1000
Inheritance Not inheritable

Access Locations

This property is accessible at the following location:

Metabase Path Key Type
/LM/W3SVC/Filters/Compression/Parameters IIsCompressionSchemes

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier MD_HC_MAX_QUEUE_LENGTH
User type IIS_MD_UT_SERVER