Zc-zodbdgc

Latest version: v1.0.1

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4.0

==================

- The previous version deleted too many objects at a time, which could
put too much load on a heavily loaded storage server.

- Add a sleep or allow the storage to rest after a set of deletions.
Sleep for twice the time taken to perform the deletions.

- Adjust the deletion batch size to take about .5 seconds per
batch of deletions, but do at least 10 at a time.

0.3.0

==================

- Optimized garbage collection by using a temporary file to
store object references rather than loading them from the analysis
database when needed.

- Added an -f option to specify file-storage files directly. It is
wildly faster to iterate over a file storage than over a ZEO
connection. Using this option uses a file iterator rather than
opening a file storage in read-only mode, which avoids scanning the
database to build an index and avoids the memory cost of a
file-storage index.

0.2.0

==================

- Added an option to ignore references to some databases.

- Fixed a bug in handling of the logging level option.

0.1.0

==================

Initial release

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.