Write example retry_attempts as integer

This commit is contained in:
syeopite
2025-06-01 17:36:59 -07:00
parent af703e0c22
commit f2333bed40

View File

@@ -88,9 +88,9 @@ db:
## pool.
##
## 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