wok-6.x annotate cromfs/stuff/FBLOCK_CACHE_MAX_SIZE.u @ rev 11474

python-flup: reverting my changes, it was not good (thanks godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 17:52:22 2011 +0100 (2011-12-17)
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