--------------------- PatchSet 577 Date: 2000/09/16 22:08:44 Author: hno Branch: hno-devel Tag: (none) Log: NUMTHREADS is now dynamically configured as 12*n_cache_dirs, unless forced with the --enable-asyncio=N configure option. Members: src/fs/aufs/store_asyncufs.h:1.1.6.3.2.6->1.1.6.3.2.7 Index: squid/src/fs/aufs/store_asyncufs.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/aufs/store_asyncufs.h,v retrieving revision 1.1.6.3.2.6 retrieving revision 1.1.6.3.2.7 diff -u -r1.1.6.3.2.6 -r1.1.6.3.2.7 --- squid/src/fs/aufs/store_asyncufs.h 16 Sep 2000 21:49:46 -0000 1.1.6.3.2.6 +++ squid/src/fs/aufs/store_asyncufs.h 16 Sep 2000 22:08:44 -0000 1.1.6.3.2.7 @@ -10,7 +10,7 @@ #ifdef ASYNC_IO_THREADS #define NUMTHREADS ASYNC_IO_THREADS #else -#define NUMTHREADS 16 +#define NUMTHREADS (Config.cacheSwap.n_configured*12) #endif /* Queue limit where swapouts are deferred (load calculation) */