Changeset 38 for trunk/pbs_drmaa


Ignore:
Timestamp:
10/27/11 18:25:37 (12 years ago)
Author:
mmamonski
Message:

shorter sleep time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/log_reader.c

    r36 r38  
    458458                                fsd_mutex_unlock( &self->session->mutex ); 
    459459                                 
    460                                 usleep(1500000); /* 500 ms - consider using inotify - but this would not work with NFS */                                
     460                                usleep(300000); /* 300 ms - consider using inotify - but this would not work with NFS */                                 
    461461 
    462462                                fsd_mutex_lock( &self->session->mutex ); 
Note: See TracChangeset for help on using the changeset viewer.