ソースを参照

Add sleep between generating chunks.

Resolves #5, at the cost of slightly slower chunking.
master
km09 5年前
committed by GitHub
コミット
923661847f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      chunker

+ 1
- 0
chunker ファイルの表示

@@ -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


読み込み中…
キャンセル
保存