Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync 跟 download 速度差很多 #447

Open
pimpcapital opened this issue Aug 12, 2024 · 4 comments
Open

sync 跟 download 速度差很多 #447

pimpcapital opened this issue Aug 12, 2024 · 4 comments

Comments

@pimpcapital
Copy link

我开通了第三方权益包

使用 download 的话速度很稳定。平均在 50M 左右。
但用 sync 功能。速度则在1.5M 和 0 之间变动。经常卡在 0 很久。

请问两者在实现上有很大差别吗?我希望能用 sync + mode=download + policy=exclusive 模式将网盘上的内容同步过来。

感谢!

@xiaoyaofenfen
Copy link
Collaborator

sync的速度是比较慢的,因为sync模式用都是单线程排队下载。而download模式用的多线程并行下载所以速度快。

@pimpcapital
Copy link
Author

但是。没做多线程优化,这个好理解。但单线程的速度也不应该只有 1.5M 吧。

@xiaoyaofenfen
Copy link
Collaborator

但是。没做多线程优化,这个好理解。但单线程的速度也不应该只有 1.5M 吧。

你如果开通三方权益包,会快点,没有开通的上限基本就是1.5MB/s了,单线程正常是在500KB-1MB之间,我这边测试是这样的

@pimpcapital
Copy link
Author

我开通了的。sync速度还是很低。download 速度能达到50M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants