Parallel linq everywhere

1. Parallel linq
2. remove depth
3. fix #257
This commit is contained in:
bao-qian
2016-08-20 17:08:16 +01:00
parent 1eddae9da6
commit 2e4a1680b9
14 changed files with 259 additions and 261 deletions

View File

@@ -17,7 +17,6 @@ namespace Wox.Plugin.Program
public class ProgramSource
{
public string Location { get; set; }
public int MaxDepth { get; set; }
}
}
}