From b6a76fb221d4ee083cfceef372286d3832688e15 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sun, 26 Jul 1998 13:02:29 +0000 Subject: [PATCH] update --- ChangeLog | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 175e394e05..4d9675cd82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,9 +11,12 @@ - Rewrote shutdown code to use events instead of setting FD timeouts. - Fixed cachemgr 'objects' (statObjects()) by adding a check - for READ_AHEAD_GAP. - - Modified storeExpireNow() to move expired entries to the - tail of the LRU list. + for READ_AHEAD_GAP, and calling storeCheckSwapout() in + storeBufferFlush(). Otherwise, the read-past pages would + never be freed. + - Modified storeHashInsert() to insert PRIVATE objects at + the tail of the LRU list, and PUBLIC objects at the head. + Thus, PRIVATE objects get kicked out quicker. Changes to squid-1.2.beta23 (June 22, 1998): -- 2.47.3