mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update ggemini api
This commit is contained in:
parent
27ef34974b
commit
159814b3c7
1 changed files with 5 additions and 5 deletions
|
|
@ -247,11 +247,11 @@ fn handle(
|
||||||
file_output_stream,
|
file_output_stream,
|
||||||
cancellable.clone(),
|
cancellable.clone(),
|
||||||
Priority::DEFAULT,
|
Priority::DEFAULT,
|
||||||
(
|
file_output_stream::Size {
|
||||||
0x100000, // 1M bytes per chunk
|
chunk: 0x100000, // 1M bytes per chunk
|
||||||
None, // unlimited
|
limit: None, // unlimited
|
||||||
0, // initial totals
|
total: 0, // initial totals
|
||||||
),
|
},
|
||||||
(
|
(
|
||||||
// on chunk
|
// on chunk
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue