mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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>,
|
||||
Priority::DEFAULT,
|
||||
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)| {
|
||||
// Update loading progress
|
||||
status.set_description(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue