mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-08-28 13:34:05 -05:00
Code revisions.
This commit is contained in:
@@ -10,12 +10,13 @@
|
||||
|
||||
namespace curl
|
||||
{
|
||||
inline constexpr int DOWNLOAD_QUEUE_LIMIT = 128;
|
||||
|
||||
// clang-format off
|
||||
struct DownloadStruct : sys::threadpool::DataStruct
|
||||
{
|
||||
/// @brief Buffer queue for downloads.
|
||||
BufferQueue bufferQueue{BufferQueue::NO_LIMIT, 0};
|
||||
BufferQueue bufferQueue{BufferQueue::NO_LIMIT};
|
||||
|
||||
/// @brief Destination file to write to.
|
||||
fslib::File *dest{};
|
||||
|
||||
Reference in New Issue
Block a user