Notes.ini Entry



Name:

    RouterMaxConcurrentDeliverySize

Syntax

    RouterMaxConcurrentDeliverySize=Value

Applies to:

    Servers

Add-on:


    First Release:

      7,0

    Obsolete since:


      Category:

        Router

      Default:

        No size limit

      UI equivalent:

        None

      Description:
      Large message sent to large distribution lists can monopolize threads in the Router task, causing mail to back up. The RouterMaxConcurrentDeliverySize setting in NOTES.INI will allow the Router to open only one copy of a message at a time if that message is greater than the size specified (in bytes). This will cause the message to be delivered to each recipient using only one single thread, keeping other threads available for delivery of other mail. Setting this value too low can cause mail delivery to become undesirably slow.

      Warning: Some sources claim that the RouterMaxConcurrentDeliverySize setting represents KBytes. Assuming that the value of RouterMaxConcurrentDeliverySize is KBytes and not its actual scale in Bytes can cause undesirable slow router performance.

      Recommendation:
      If you must constrain the router delivery size, a reasonable value choice would be 1000000.