• Jim Fulton's avatar
    - Removed a missfeature that can cause performance problems when using · c93d0fb2
    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.
    c93d0fb2
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