浏览代码

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


正在加载...
取消
保存