increase control block size to "plenty" until things settle

This was SVN commit r669.
This commit is contained in:
janwas 2004-07-09 02:13:09 +00:00
parent 5931a06606
commit 8306c53492

View File

@ -116,7 +116,7 @@ cassert(REF_BITS + TYPE_BITS <= IDX_BITS);
// chosen so that all current resource structs are covered,
// and so sizeof(HDATA) is a power of 2 (for more efficient array access
// and array page usage).
static const size_t HDATA_USER_SIZE = 48;
static const size_t HDATA_USER_SIZE = 48+64;
///static const size_t HDATA_MAX_PATH = 64;