]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Sun, 26 Jul 1998 13:02:29 +0000 (13:02 +0000)
committerwessels <>
Sun, 26 Jul 1998 13:02:29 +0000 (13:02 +0000)
ChangeLog

index 175e394e05b5a93035be930343a373ab08758134..4d9675cd825cfceac9914d00fc8dfe508b1e8a0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        - 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):