mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-17 13:10:38 +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.