Skip to content

Commit acdc441

Browse files
committed
lowering DefaultConnectionLimit
1 parent 8a0115d commit acdc441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script/ScriptConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ public static class ScriptConstants
7575
public const string SwaggerDocumentationKey = "swaggerdocumentationkey";
7676

7777
public const int MaximumHostIdLength = 32;
78-
public const int DynamicSkuConnectionLimit = 250;
78+
public const int DynamicSkuConnectionLimit = 50;
7979
}
8080
}

0 commit comments

Comments
 (0)