Changeset 17931 for trunk


Ignore:
Timestamp:
07/23/14 12:10:09 (10 years ago)
Author:
tbretz
Message:
A 1.5 times timeout interval for receiving reports is enough.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/sqmctrl.cc

    r17930 r17931  
    181181                                     dummy::error, dummy::bytes_transferred));
    182182
    183         fInTimeout.expires_from_now(boost::posix_time::milliseconds(fTimeout*2.5));
     183        fInTimeout.expires_from_now(boost::posix_time::milliseconds(fTimeout*1.5));
    184184        fInTimeout.async_wait(boost::bind(&ConnectionSQM::HandleReadTimeout,
    185185                                          this, dummy::error));
Note: See TracChangeset for help on using the changeset viewer.