mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
Fix recall parmeter handling in walkeeper
This commit is contained in:
committed by
Stas Kelvich
parent
4f1b22a2c8
commit
226204094a
@@ -48,7 +48,7 @@ fn main() -> Result<()> {
|
||||
.help("interval for keeping WAL as walkeeper node, after which them will be uploaded to S3 and removed locally"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("recall-period")
|
||||
Arg::with_name("recall")
|
||||
.long("recall")
|
||||
.takes_value(true)
|
||||
.help("Period for requestion pageserver to call for replication"),
|
||||
|
||||
Reference in New Issue
Block a user