]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Mon, 26 Jun 2000 10:57:16 +0000 (10:57 +0000)
committerwessels <>
Mon, 26 Jun 2000 10:57:16 +0000 (10:57 +0000)
commit65a53c8ed44bb597f7fde1ae5ad80900e9b02131
treea13d8eb14523230848d823965a16598645c92368
parent23dc8acafc3dd7a63df446c9712ca11394757cb4
DW:
 - Made the store dir selection algorithm configurable via
   'store_dir_select_algorithm'.  There are currently two options:
   'least-load' (storeDirSelectSwapDirLeastLoad(), the default),
   and 'round-robin' (storeDirSelectSwapDirRoundRobin()).
 - Added counter stats to the storeCreate() function to find out
   how often it fails and succeeds.
src/cf.data.pre
src/protos.h
src/store.cc
src/store_dir.cc
src/store_io.cc
src/structs.h
src/typedefs.h