Ignore:
Timestamp:
11/28/11 15:02:58 (12 years ago)
Author:
mmamonski
Message:

version 1.0.11 - ready to try

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/log_reader.c

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