Property MaxThreadCount
MaxThreadCount
Max number of merge threads allowed to be running at once. When there are more merges then this, we forcefully pause the larger ones, letting the smaller ones run, up until MaxMergeCount merges at which point we forcefully pause incoming threads (that presumably are the ones causing so much merging).
Declaration
public int MaxThreadCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |