mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update comment
This commit is contained in:
parent
9143e9eec8
commit
6cbcfb07d9
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ impl Page {
|
||||||
None::<Cancellable>,
|
None::<Cancellable>,
|
||||||
Priority::DEFAULT,
|
Priority::DEFAULT,
|
||||||
0x400, // 1024 bytes per chunk, optional step for images download tracking
|
0x400, // 1024 bytes per chunk, optional step for images download tracking
|
||||||
0xA00000, // 10M bytes max to prevent memory overflow if server play with promises @TODO optional?
|
0xA00000, // 10M bytes max to prevent memory overflow if server play with promises
|
||||||
move |(_, total)| {
|
move |(_, total)| {
|
||||||
// Update loading progress
|
// Update loading progress
|
||||||
status.set_description(
|
status.set_description(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue