Fix recall parmeter handling in walkeeper

This commit is contained in:
Konstantin Knizhnik
2021-06-22 12:47:36 +03:00
committed by Stas Kelvich
parent 4f1b22a2c8
commit 226204094a

View File

@@ -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"),