Change waite times for syn

This commit is contained in:
Tobias Herre 2025-05-02 04:45:04 -04:00
parent d2ed52e0e4
commit f78f175797
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ generate_config()
"RSYNC_OPTIONAL_ARGS=\"$2\"" \
"RSYNC_COMPRESS=false" \
"INSTANCE_ID=\"$3\"" \
"MIN_WAIT=3" \
"MAX_WAIT=30" \
"MIN_WAIT=30" \
"MAX_WAIT=300" \
"FORCE_STRANGER_LOCK_RESUME=true" \