wok annotate cromfs/stuff/FBLOCK_CACHE_MAX_SIZE.u @ rev 16296
Up: xfce4-appfinder (4.11.0)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Apr 07 07:57:01 2014 +0000 (2014-04-07) |
parents | 3f5d11d71f9e |
children |
rev | line source |
---|---|
pankso@4162 | 1 --- cromfs.cc |
pankso@4162 | 2 +++ cromfs.cc |
pankso@4162 | 3 @@ -57,3 +57,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; |
pankso@4162 | 7 |