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.
2 parents 8e80931 + 5bfc55f commit f0531d4Copy full SHA for f0531d4
powerapps-docs/developer/data-platform/xrm-tooling/sample-tpl-crmserviceclient.md
@@ -82,7 +82,7 @@ namespace PowerApps.Samples
82
System.Threading.ThreadPool.SetMinThreads(100, 100);
83
//Turn off the Expect 100 to continue message - 'true' will cause the caller to wait until it round-trip confirms a connection to the server
84
System.Net.ServicePointManager.Expect100Continue = false;
85
- //Can decreas overall transmission overhead but can cause delay in data packet arrival
+ //Can decrease overall transmission overhead but can cause delay in data packet arrival
86
System.Net.ServicePointManager.UseNagleAlgorithm = false;
87
88
#endregion Optimize Connection settings
0 commit comments