Free cookie consent management tool by TermsFeed Policy Generator

Changeset 263


Ignore:
Timestamp:
05/16/08 11:17:30 (16 years ago)
Author:
gkronber
Message:

removed binding that is not needed anymore (#152)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/EngineStore.cs

    r254 r263  
    6666      runningEngineDate = new Dictionary<Guid, DateTime>();
    6767      bigLock = new object();
    68 
    69       NetTcpBinding binding = new NetTcpBinding();
    70       binding.MaxReceivedMessageSize = 100000000; // 100Mbytes
    71       binding.ReaderQuotas.MaxStringContentLength = 100000000; // also 100M chars
    72       binding.ReaderQuotas.MaxArrayLength = 100000000; // also 100M elements;
    73       binding.Security.Mode = SecurityMode.None;
    74 
    7568    }
    7669
Note: See TracChangeset for help on using the changeset viewer.