Changeset 1375


Ignore:
Timestamp:
12/13/17 15:45:34 (6 years ago)
Author:
ymipsl
Message:

Set the default timeout in reception at 300s instead 10s

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/cxios.cpp

    r1330 r1375  
    3636  bool CXios::isOptPerformance = true; 
    3737  CRegistry* CXios::globalRegistry = 0; 
    38   double CXios::recvFieldTimeout = 10.0; 
     38  double CXios::recvFieldTimeout = 300.0; 
    3939 
    4040  //! Parse configuration file and create some objects from it 
Note: See TracChangeset for help on using the changeset viewer.