- Timestamp:
- 06/19/09 14:37:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/WcfSettings.cs
r1939 r2071 25 25 NetTcpBinding binding = new NetTcpBinding(); 26 26 #endif 27 /*binding.MaxBufferSize = int.MaxValue;27 binding.MaxBufferSize = int.MaxValue; 28 28 binding.MaxReceivedMessageSize = int.MaxValue; 29 29 binding.ReaderQuotas.MaxArrayLength = int.MaxValue; 30 binding.ReaderQuotas.MaxStringContentLength = int.MaxValue; */30 binding.ReaderQuotas.MaxStringContentLength = int.MaxValue; 31 31 binding.CloseTimeout = new TimeSpan(0, 5, 0); 32 32 binding.ReceiveTimeout = new TimeSpan(0, 5, 0);
Note: See TracChangeset
for help on using the changeset viewer.