IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13684


Ignore:
Timestamp:
Jun 6, 2007, 1:54:40 PM (19 years ago)
Author:
eugene
Message:

increase max job output size...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c

    r11388 r13684  
    8383  sscanf (p, "%*s %d", &job[0].stderr_size);
    8484
    85   if (job[0].stdout_size > 100000) abort();
    86   if (job[0].stderr_size > 100000) abort();
     85  // XXX runaway job if output too large?
     86  if (job[0].stdout_size > 0x100000) abort();
     87  if (job[0].stderr_size > 0x100000) abort();
    8788
    8889  // job has exited : move to DONE stack
Note: See TracChangeset for help on using the changeset viewer.