Skip to content

maxThreads in content sources seems to look at an incorrect location in json  #2

@whoisbma

Description

@whoisbma

const string maxThreadKey = "Content/JsonSources/" + currentContentID + "/maxThreads";

According to the data model in json:

"cmsContent": {
        "liveUpdates": {
          "enabled": true,
          "interval": 5.0,
          "maxThreads": 1,
          "maxConcurrentDownloads": 1
        }
      }

Shouldn't that line of code look like this?
const string maxThreadKey = "Content/JsonSources/" + currentContentID + "/liveUpdates/maxThreads";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions