[pbs-devel] applied: [PATCH proxmox v3 1/5] rate-limiter: add crate for traffic rate limiter implementations

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Nov 21 20:04:10 CET 2025


On Wed, 12 Nov 2025 12:53:45 +0100, Christian Ebner wrote:
> Factors out the traffic rate limiter implementations currently tied
> to the proxmox-backup and proxmox-http crates to make them
> independent and easily reusable, e.g. for the s3-client
> implementation.
> 
> The shared rate limiter implementation from PBS relies on mmapping
> for state sharing, the file exposed having a predefined magic number.
> In order to be backwards compatible, leave the magic number as is and
> only adapt the constant name to be more generic, although the string
> the magic number is derived from is PBS specific.
> 
> [...]

Applied, thanks!

[1/5] rate-limiter: add crate for traffic rate limiter implementations
      commit: 7612fe31b021b241aab7ae2beb999ea10d2e0bcb




More information about the pbs-devel mailing list