瀏覽代碼

Add sleep between generating chunks.

Resolves #5, at the cost of slightly slower chunking.
master
km09 5 年之前
committed by GitHub
父節點
當前提交
923661847f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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


Loading…
取消
儲存