Skip to content

Commit

Permalink
Merge pull request #490 from mtrolley/topic/fix-default-interval-docs
Browse files Browse the repository at this point in the history
Correct documentation of default interval
  • Loading branch information
mattwebbio authored Jan 11, 2025
2 parents 0723ec8 + c9ed310 commit c795710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const Schema = asConst({
envVar: 'INTERVAL_MINUTES',
example: 'Any non-zero positive integer, for example `5`, `30`, or `1440`',
description:
'How long to wait between synchronizations. Defaults to five minutes. Remember that the DNS server on your secondary servers restarts every time a sync is performed.'
'How long to wait between synchronizations. Defaults to sixty minutes. Remember that the DNS server on your secondary servers restarts every time a sync is performed.'
}
},
required: [
Expand Down

0 comments on commit c795710

Please sign in to comment.