Przeglądaj źródła

Add sleep between generating chunks.

Resolves #5, at the cost of slightly slower chunking.
master
km09 5 lat temu
committed by GitHub
rodzic
commit
923661847f
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      chunker

+ 1
- 0
chunker Wyświetl plik

@@ -52,6 +52,7 @@ do
echo "Current archive is full, moving to ${timestamp}."
mv "$CHUNKER_WORKING_DIR/current" "$PACKING_QUEUE_DIR/${timestamp}"
cur_size=0
sleep 3
fi
done


Ładowanie…
Anuluj
Zapisz