From f78f175797da8eb6f7f8bc3384411f7a367ee566 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Fri, 2 May 2025 04:45:04 -0400 Subject: [PATCH] Change waite times for syn --- wmde-rp-osync-ssh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmde-rp-osync-ssh.sh b/wmde-rp-osync-ssh.sh index f89c4f7..0867b6a 100644 --- a/wmde-rp-osync-ssh.sh +++ b/wmde-rp-osync-ssh.sh @@ -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" \