From 1781787305b89e498d08d0e0a710313fe271dc17 Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Fri, 8 Nov 2024 19:43:40 -0500 Subject: [PATCH] better schema description for retry and expire --- borgmatic/config/schema.yaml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index f1639bd0..7564135d 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1645,14 +1645,15 @@ properties: type: integer description: | How many seconds your notification will continue - to be retried (every retry seconds). - example: 1200 + to be retried (every retry seconds). Defaults to + 600. + example: 600 retry: type: integer description: | The retry parameter specifies how often (in seconds) the Pushover servers will send the - same notification to the user. + same notification to the user. Defaults to 30. example: 30 device: type: string @@ -1718,14 +1719,15 @@ properties: type: integer description: | How many seconds your notification will continue - to be retried (every retry seconds). - example: 1200 + to be retried (every retry seconds). Defaults to + 600. + example: 600 retry: type: integer description: | The retry parameter specifies how often (in seconds) the Pushover servers will send the - same notification to the user. + same notification to the user. Defaults to 30. example: 30 device: type: string @@ -1790,14 +1792,15 @@ properties: type: integer description: | How many seconds your notification will continue - to be retried (every retry seconds). - example: 1200 + to be retried (every retry seconds). Defaults to + 600. + example: 600 retry: type: integer description: | The retry parameter specifies how often (in seconds) the Pushover servers will send the - same notification to the user. + same notification to the user. Defaults to 30. example: 30 device: type: string