Changeset 764
- Timestamp:
- 2011-04-18T06:20:40+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r721 r764 1705 1705 1706 1706 /* stale clogs precheck */ 1707 if ( cache->compiling) {1707 if (XG(request_time) - cache->compiling < 30) { 1708 1708 cache->clogs ++; 1709 1709 return old_compile_file(h, type TSRMLS_CC); … … 1733 1733 /* miss but compiling */ 1734 1734 if (!stored_php) { 1735 if ( cache->compiling) {1735 if (XG(request_time) - cache->compiling < 30) { 1736 1736 TRACE("%s", "miss but compiling"); 1737 1737 cache->clogs ++;
Note: See TracChangeset
for help on using the changeset viewer.

