- Timestamp:
- 06/08/13 12:28:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilder.cc
r16691 r16774 1352 1352 #if !defined(USE_SELECT) && !defined(USE_EPOLL) && !defined(USE_POLL) 1353 1353 if (evtCtrl.empty()) 1354 usleep( 1);1354 usleep(actTime-actrun->lastTime>300 ? 10000 : 1); 1355 1355 #endif 1356 1356 continue;
Note:
See TracChangeset
for help on using the changeset viewer.