Przeglądaj źródła

Make 25GB chunks for better uploading.

master
Alard 11 lat temu
rodzic
commit
a1e5b5be25
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      chunker

+ 1
- 1
chunker Wyświetl plik

@@ -10,7 +10,7 @@

PATH_TO_UPLOADS=$1 # /home/archiveteam/uploads
PATH_TO_TARGET=$2 # /home/archiveteam/processed
MAX_MEGABYTES=$((1024*50))
MAX_MEGABYTES=$((1024*25))

# find every .warc.gz in the upload directory
find $PATH_TO_UPLOADS -type f -name "*.warc.gz" \


Ładowanie…
Anuluj
Zapisz