Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/23/09 13:13:14 (15 years ago)
Author:
svonolfe
Message:

Further improved handling of job objects (#372)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/WcfSettings.cs

    r2082 r2085  
    2525      NetTcpBinding binding = new NetTcpBinding();
    2626#endif
    27       /*binding.MaxBufferSize = int.MaxValue;
     27      binding.MaxBufferSize = int.MaxValue;
    2828      binding.MaxReceivedMessageSize = int.MaxValue;
    2929      binding.ReaderQuotas.MaxArrayLength = int.MaxValue;
    30       binding.ReaderQuotas.MaxStringContentLength = int.MaxValue;*/
     30      binding.ReaderQuotas.MaxStringContentLength = int.MaxValue;
    3131      binding.CloseTimeout = new TimeSpan(0, 5, 0);
    3232      binding.ReceiveTimeout = new TimeSpan(0, 5, 0);
Note: See TracChangeset for help on using the changeset viewer.