Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. bufferSize - The download buffer size (in kilobytes). Defaults to 16 kilobytes. Reducing may help avoid timeout issues. Increasing can improve download speed.

    Code Block
    titleBuffer Size
    <!--Set the download block size. Default set to 16k bytes -->
    <add key="bufferSize" value="16"/>


  2. maxRetry - How many times to retry a download that is failing. Defaults to 3. 

    Code Block
    titleMax Retry
    <!--Set the maximum retry value. 
        If the maxRetry value is 0 the download operation will be tried only once.
        Default value is set to 3 -->
    <add key="maxRetry" value="3"/>