Notes.ini Entry



Name:

    HTTPCompressWaitTime

Syntax

    HTTPCompressWaitTime=Milliseconds

Applies to:

    Servers

Add-on:


    First Release:

      8.5

    Obsolete since:


      Category:

        Compression

      Default:

        500 milliseconds

      UI equivalent:

        Available on Web Configuration view of Domino Web Server Configuration document.

      Description:
      Allows you to change the time-out for a pending HTTP request that is waiting for compression to complete. If two or more HTTP clients request a file that needs to be compressed, the server compresses the file for one client. While that compression takes place, all other requests for that file wait for compression to complete. If the client wait time exceeds the time-out value, the original uncompressed file is delivered to the HTTP client. It is strongly recommended that very large files be compressed off-line.

      Compressing large files can create a server "bottle neck" when there are many requests for the same large file while the file is being compressed by the server.

      Example:
      HTTPCompressWaitTime=500

      This example specifies a thread wait time of 500 milliseconds for compression to complete.