Changeset 1029 for XIOS/trunk/src/filter


Ignore:
Timestamp:
01/13/17 11:44:00 (7 years ago)
Author:
rlacroix
Message:

Make the timeout for xios_recv_field configurable.

The new option "recv_field_timeout" can now be used to set the timeout expressed in seconds. Default value is still 10s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/store_filter.cpp

    r1006 r1029  
    2424    CTimer timer("CStoreFilter::getPacket"); 
    2525    CConstDataPacketPtr packet; 
    26     const double timeout = 10 ; // 10 seconds timeout 
     26    const double timeout = CXios::recvFieldTimeout; 
    2727 
    2828    do 
Note: See TracChangeset for help on using the changeset viewer.