mod: increase retry delay

This commit is contained in:
Jamie Albert
2025-11-13 19:54:56 +00:00
parent 3e4725c29a
commit 4331d809ec

View File

@@ -6,7 +6,7 @@ set -euo pipefail
readonly LOG_PREFIX="[dao_am.service]"
readonly MAX_RETRIES=30
readonly RETRY_DELAY=5
readonly RETRY_DELAY=10
# Configuration
declare -A RCLONE_MOUNTS=(