Changeset 454 for trunk/xcache.c

Show
Ignore:
Timestamp:
07/12/2007 03:28:26 AM (18 months ago)
Author:
moo
Message:

merged [453] from b1.2: for non cachable files, they just wont be cached. we shound't scare the users with high misses

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svnmerge-integrated changed from /branches/1.2:1-324,328,334,339,354,358,380,423,428,430,432,447,449 to /branches/1.2:1-324,328,334,339,354,358,380,423,428,430,432,447,449,453
  • trunk/xcache.c

    r451 r454  
    997997        ENTER_LOCK(cache) { 
    998998            cache->compiling = 0; 
     999            /* it's not cachable, but don't scare the users with high misses */ 
     1000            cache->misses --; 
    9991001        } LEAVE_LOCK(cache); 
    10001002        return op_array;