mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 01:45:57 -05:00
Handle Concurrent Download #503
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @almafazi on GitHub (Oct 12, 2024).
problem description
how to handle concurrent download? every time i generate download URL (tunnel) then i open tunnel URL 7 times in browser, they will start downloading after waiting for first download to finish, sometimes i even find my Tunnel URL gives 404 response. can i run 7x download simultaneously at same time?
your instance configuration
No response
@dhawansolanki commented on GitHub (Oct 13, 2024):
This is because the default time of the video is 90s.
@almafazi commented on GitHub (Oct 13, 2024):
So i can't do concurrent download?