diff options
| author | Silarn <jrim@rimpo.org> | 2019-02-04 00:59:05 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:31:19 -0600 |
| commit | 177f5c0446ab09f4010c86e9d8e1d3d02a8a76a9 (patch) | |
| tree | df7fb6c3a9ee3deaeb0e213b685d0bb406f01889 /src/nexusinterface.h | |
| parent | 91e909bc45e8b33b0a774c71ed28175243f0cccf (diff) | |
Fix issues with duplicate requests, expand parallel requests to 6
Diffstat (limited to 'src/nexusinterface.h')
| -rw-r--r-- | src/nexusinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h index db4ebfd6..1c283335 100644 --- a/src/nexusinterface.h +++ b/src/nexusinterface.h @@ -435,7 +435,7 @@ private: static QAtomicInt s_NextID; }; - static const int MAX_ACTIVE_DOWNLOADS = 2; + static const int MAX_ACTIVE_DOWNLOADS = 6; private: |
