You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Windows/Common/VirtualDrive/VirtualEngineBase.cs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ public abstract class VirtualEngineBase : EngineWindows
53
53
/// <param name="iconsFolderPath">Path to the icons folder.</param>
54
54
/// <param name="rpcCommunicationChannelName">Channel name to communicate with Windows Explorer context menu and other components on this machine.</param>
55
55
/// <param name="syncIntervalMs">Full synchronization interval in milliseconds.</param>
56
+
/// <param name="maxDegreeOfParallelism">A maximum number of concurrent tasks.</param>
0 commit comments