IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15911


Ignore:
Timestamp:
Dec 24, 2007, 11:10:54 AM (18 years ago)
Author:
eugene
Message:

increased the detselect timeout to 2 sec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.c

    r15864 r15911  
    163163    }
    164164
    165     status = psIOBufferReadEmpty (buffer, 100, pipe->fd_stdout);
     165    status = psIOBufferReadEmpty (buffer, 2000, pipe->fd_stdout);
    166166    if (!status) {
    167167        psError (PS_ERR_IO, false, "detselect is not responding");
Note: See TracChangeset for help on using the changeset viewer.