Denys Bashkatov 3 settimane fa
parent
commit
7785179443
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/mirror-sync.sh

+ 1 - 1
scripts/mirror-sync.sh

@@ -57,7 +57,7 @@ do_sync() {
     export PYTHONIOENCODING=utf-8
     
     # Run apt-mirror2 using Python version with timeout
-    if timeout 7200 apt-mirror "$MIRROR_CONFIG" 2>&1 | tee -a "$MIRROR_LOG"; then
+    if timeout 18000 apt-mirror "$MIRROR_CONFIG" 2>&1 | tee -a "$MIRROR_LOG"; then
         log "Sync completed successfully"
         
         # Update symlink to ensure web server sees latest data