Skip to content

All downloads timeout within 60 seconds. #1

@lzinga

Description

@lzinga

This is currently expected as it is hard coded in.

Wanting to add these settings into Downloads Element in the xml.
Original XML

<Downloads>
    <Download Name="Nothing Powershell Script" Description="This script does nothing">
      <DownloadUrl>www.blank.com/nothing.ps1</DownloadUrl>
      <DestinationPath>C:/Temp/Downloads/nothing.ps1</DestinationPath>
    </Download>
</Downloads>

Want:

<Downloads Timeout="60" UpdateInterval="10">
    <Download Name="Nothing Powershell Script" Description="This script does nothing">
      <DownloadUrl>www.blank.com/nothing.ps1</DownloadUrl>
      <DestinationPath>C:/Temp/Downloads/nothing.ps1</DestinationPath>
    </Download>
</Downloads>

Currently the Timeout and UpdateInterval are hard coded, they shouldn't be but while testing it could never serialize the properties even with [XmlAttribute] attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions