Commit 7d1ad93f authored by nanahira's avatar nanahira

Merge branch 'patch-combine' into v3

parents bd49ab40 8e752f3d
......@@ -39,12 +39,12 @@ export class DownloadStatus {
const priority = {
undefined: -1,
'': -1,
'active': 0,
'active': 1,
'complete': 0,
'paused': 1,
'waiting': 1,
'removed': 2,
'error': 3
'paused': 2,
'waiting': 2,
'removed': 3,
'error': 4
};
let status = Object.assign(new DownloadStatus(), this);
for (let o of others) {
......
......@@ -168,7 +168,7 @@ function createAria2c() {
'--split=10',
'--min-split-size=1M',
'--max-connection-per-server=10',
'--max-overall-download-limit=1M',
// '--max-overall-download-limit=1M',
'--user-agent=MyCard/3.0',
'--remove-control-file',
'--allow-overwrite',
......
......@@ -99,7 +99,7 @@
"publish": [
{
"provider": "generic",
"url": "https://cdn02.moecube.com:444/downloads"
"url": "https://cdncf.moecube.com/downloads"
}
],
"extraResources": [
......@@ -122,7 +122,7 @@
"publish": [
{
"provider": "generic",
"url": "https://cdn02.moecube.com:444/downloads"
"url": "https://cdncf.moecube.com/downloads"
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment