From 271b8d82b129b0818cf767e7c8245976f6422b50 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Fri, 12 Sep 2025 14:54:03 +1000 Subject: Release v1.0.0: Initial stable release - Basic multi-device backup functionality - Support for MEGA.nz remote storage - Bug fixes for Makefile and backup script --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 10aafe9..06af46b 100755 --- a/setup.sh +++ b/setup.sh @@ -319,7 +319,7 @@ RCLONE_RETRIES_SLEEP=30s # Memory optimization for VPS environments RESTIC_CACHE_DIR=/tmp/restic-cache # Increase HTTP timeout for restic communicating with rclone serve -RESTIC_REST_TIMEOUT=300s +RESTIC_REST_TIMEOUT=900s GOMAXPROCS=1 EOF log "Setting permissions for $ENV_FILE to 600" -- cgit v1.2.3