Changeset 4708

Show
Ignore:
Timestamp:
06/14/08 21:34:19 (5 months ago)
Author:
xmlhacker
Message:

want to be able to control this value for testing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Source/CodeSamples/AwsSdbSOAP_Test/Program.cs

    r4707 r4708  
    2424        static void Main(string[] args) { 
    2525 
    26             ServicePointManager.DefaultConnectionLimit = 100;  
     26            ServicePointManager.DefaultConnectionLimit = int.Parse(ConfigurationManager.AppSettings["DefaultConnectionLimit"]);  
    2727 
    2828            System.Environment.SetEnvironmentVariable("AWS_PUBLIC_KEY", ConfigurationManager.AppSettings["AWS_PUBLIC_KEY"]);