Skip to content

Commit

Permalink
chore: external config updated to support newly added retention policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ABresting committed Oct 10, 2023
1 parent 70781ad commit 3a71923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wakunode2/external_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ type
name: "storenode" }: string

storeMessageRetentionPolicy* {.
desc: "Message store retention policy. Time retention policy: 'time:<seconds>'. Capacity retention policy: 'capacity:<count>'. Set to 'none' to disable.",
desc: "Message store retention policy. Time retention policy: 'time:<seconds>'. Capacity retention policy: 'capacity:<count>'. Size retention policy: 'size:<xMB/xGB>'. Set to 'none' to disable.",
defaultValue: "time:" & $2.days.seconds,
name: "store-message-retention-policy" }: string

Expand Down

0 comments on commit 3a71923

Please sign in to comment.