15
0

- update to 6.2.0:

* Optimized some database access patterns. A new index is added to the
    database on first startup. For large databases that can take a while.
  * Improved performance of loads from database.
  * Optimized memory and cache use for database access.
  * Use frozenset for project name cache of mirror indexes. This mitigates
    memory fragmentation on some Linux distributions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=12
This commit is contained in:
2021-11-08 12:01:47 +00:00
committed by Git OBS Bridge
parent c36bb7f977
commit 6b4eb2b209
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 8 11:58:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 6.2.0:
* Optimized some database access patterns. A new index is added to the
database on first startup. For large databases that can take a while.
* Improved performance of loads from database.
* Optimized memory and cache use for database access.
* Use frozenset for project name cache of mirror indexes. This mitigates
memory fragmentation on some Linux distributions.
-------------------------------------------------------------------
Tue Aug 3 09:11:58 UTC 2021 - Markéta Machová <mmachova@suse.com>