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,
|
||||
cancellable.clone(),
|
||||
Priority::DEFAULT,
|
||||
(
|
||||
0x100000, // 1M bytes per chunk
|
||||
None, // unlimited
|
||||
0, // initial totals
|
||||
),
|
||||
file_output_stream::Size {
|
||||
chunk: 0x100000, // 1M bytes per chunk
|
||||
limit: None, // unlimited
|
||||
total: 0, // initial totals
|
||||
},
|
||||
(
|
||||
// on chunk
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue