fix(files): used space is incorrect

This commit is contained in:
hexxa 2021-09-27 22:24:22 +08:00 committed by Hexxa
parent d85a46d039
commit ffd8131dfd
3 changed files with 37 additions and 16 deletions

View file

@ -8,7 +8,7 @@ const defaultChunkLen = 1024 * 1024 * 1;
const speedDownRatio = 0.5;
const speedUpRatio = 1.1;
const speedLimit = 1024 * 1024 * 10; // 10MB
const createRetryLimit = 3;
const createRetryLimit = 512;
const uploadRetryLimit = 1024;
const backoffMax = 2000;