WithItemThreadCount(Config<int>) Method
Sets the item thread count. By default, no thread count is specified.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemThreadCount(Config<int> itemThreadCount)

Parameters

Name Type Description
itemThreadCount Config<int> The item thread count.

Return Value

Type Description
GenerateFeeds The current module instance.