Changeset 263
- Timestamp:
- 05/16/08 11:17:30 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid/EngineStore.cs
r254 r263 66 66 runningEngineDate = new Dictionary<Guid, DateTime>(); 67 67 bigLock = new object(); 68 69 NetTcpBinding binding = new NetTcpBinding();70 binding.MaxReceivedMessageSize = 100000000; // 100Mbytes71 binding.ReaderQuotas.MaxStringContentLength = 100000000; // also 100M chars72 binding.ReaderQuotas.MaxArrayLength = 100000000; // also 100M elements;73 binding.Security.Mode = SecurityMode.None;74 75 68 } 76 69
Note: See TracChangeset
for help on using the changeset viewer.