Write example retry_attempts as integer

This commit is contained in:
syeopite 2025-06-01 17:36:59 -07:00
parent af703e0c22
commit f2333bed40
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -88,9 +88,9 @@ db:
## pool. ## pool.
## ##
## Accepted values: a positive integer ## Accepted values: a positive integer
## Default: 5.0 ## Default: 5
## ##
#retry_attempts: 5.0 #retry_attempts: 5
## ##
## How long to wait (in seconds) between each retry attempt ## How long to wait (in seconds) between each retry attempt