• Jim Fulton's avatar
    - Removed a missfeature that can cause performance problems when using · 7fd8aab2
    Jim Fulton authored
      an external garbage collector with ZEO.  When objects were deleted
      from a storage, invalidations were sent to clients. This makes no
      sense.  It's wildly unlikely that the other connections/clients have
      copies of the garbage.  In normal storage garbage collection, we
      don't send invalidations. There's no reason to send them when an
      external garbage collector is used.
    7fd8aab2
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.txt 10.1 KB