Changeset 473
- Timestamp:
- 08/08/2007 06:14:54 PM (6 years ago)
- Files:
-
- 1 modified
-
branches/1.2/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/xcache.c
r471 r473 770 770 771 771 stat_done: 772 delta = XG(request_time) - pbuf->st_mtime < 2;772 delta = XG(request_time) - pbuf->st_mtime; 773 773 if (abs(delta) < 2 && !xc_test) { 774 774 return 0;

