mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
We added jitter to --partial-backup-timeout and --eviction-min-resident values by taking rand of them. To respect the min value semantics of these use n + rand(n) instead.