github deckhouse/prompp v2.53.2-0.1.8

latest releases: v0.7.1, v0.7.0, v0.6.4...
8 months ago

Fixes

  1. CPU load issue during head rotation. We addressed an issue where CPU load spiked due to aggressive index rebuilding on head rotation. The index updates have been redesigned to be lazy, meaning they now update upon request. This change has effectively reduced the CPU load.
  2. Decoupling head rotation and conversion timing. To further reduce system load, we have staggered the timing between head rotation and the conversion of the previous head into a historical block. This staggered approach helps to maintain smoother operations.
  3. Potential concurrency bug with SharedMemory. A bug involving potential concurrent access to SharedMemory has been fixed to ensure stable and safe operations across different processes.

Don't miss a new prompp release

NewReleases is sending notifications on new releases.