wok-4.x annotate cromfs/stuff/FBLOCK_CACHE_MAX_SIZE.u @ rev 2478
libfox*, libetpan, libcurl, libbind, lib?DL: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 20:31:26 2009 +0000 (2009-03-15) |
parents | |
children | 8fa4196121d4 |
rev | line source |
---|---|
pascal@366 | 1 --- cromfs-1.5.4/cromfs.cc |
pascal@366 | 2 +++ cromfs-1.5.4/cromfs.cc |
pascal@366 | 3 @@ -51,3 +51,3 @@ |
pascal@366 | 4 unsigned READDIR_CACHE_MAX_SIZE = 5; |
pascal@366 | 5 -unsigned FBLOCK_CACHE_MAX_SIZE = 10; |
pascal@366 | 6 +unsigned FBLOCK_CACHE_MAX_SIZE = 4; |
pascal@366 | 7 |