We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9583edb commit 5d13213Copy full SHA for 5d13213
src/DependencyManagement/DependencyManifest.cs
@@ -21,7 +21,7 @@ internal class DependencyManifest
21
22
private readonly int _maxDependencyEntries;
23
24
- public DependencyManifest(string functionAppRootPath, int maxDependencyEntries = 10)
+ public DependencyManifest(string functionAppRootPath, int maxDependencyEntries = 50)
25
{
26
if (string.IsNullOrWhiteSpace(functionAppRootPath))
27
0 commit comments