Commit cea90e9b authored by nanahira's avatar nanahira

increase again

parent 4914d24a
Pipeline #14956 passed with stages
in 2 minutes and 37 seconds
......@@ -12,7 +12,7 @@ import {Http} from '@angular/http';
// };
const Aria2 = require('aria2');
const MAX_LIST_NUM = 20000;
const MAX_LIST_NUM = 440000;
const ARIA2_INTERVAL = 500;
export class DownloadStatus {
......
......@@ -149,7 +149,7 @@ function createAria2c() {
'--max-connection-per-server=10',
'--remove-control-file',
'--allow-overwrite',
'--max-download-result=20000'
'--max-download-result=40000'
], { stdio: 'ignore' });
}
......
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