mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
471531eb6a
This commit optimizes the PikPak upload process by pre-fetching the Global Content Identifier (gcid) from the API server before calculating it locally. Previously, a gcid required for uploads was calculated locally. This process was resource-intensive and time-consuming. By first checking for a cached gcid on the server, we can potentially avoid the local calculation entirely. This significantly improves upload speed especially for large files. |
||
---|---|---|
.. | ||
api | ||
helper.go | ||
pikpak_test.go | ||
pikpak.go |