mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed not being able to download in parallel
- Removed `transfer` class in `http` namespace - Consolidated the `http::context` and `http::multi` classes
This commit is contained in:
parent
8ac3910730
commit
9d5c52f450
6 changed files with 346 additions and 244 deletions
|
|
@ -59,6 +59,9 @@ namespace gdpm::print{
|
|||
#define GDPM_DEFAULT_ASSET_REVERSE false
|
||||
#define GDPM_DEFAULT_ASSET_VERBOSE 0
|
||||
|
||||
#define GDPM_MIN_JOBS 1
|
||||
#define GDPM_MAX_JOBS 1024
|
||||
|
||||
/* Define misc. macros */
|
||||
#if defined(_WIN32)
|
||||
#define GDPM_DLL_EXPORT __declspec(dllexport)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue