mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-31 00:42:01 +00:00
update ggemini api
This commit is contained in:
parent
27ef34974b
commit
159814b3c7
@ -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…
x
Reference in New Issue
Block a user