Changeset 202

Show
Ignore:
Timestamp:
10/01/2006 10:24:59 AM (7 years ago)
Author:
moo
Message:

cacher: disable mtime-age when xcache.test is on

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r200 r202  
    726726 
    727727stat_done: 
    728         if (XG(request_time) - pbuf->st_mtime < 2) { 
     728        if (XG(request_time) - pbuf->st_mtime < 2 && !xc_test) { 
    729729            return 0; 
    730730        }