GithubHelp home page GithubHelp logo

Comments (4)

SmallDryad avatar SmallDryad commented on June 23, 2024

acitive:2, waiting:1800,stopped:200, total:2002
acitive:2, waiting:1000,stopped:1000, total:2002
acitive:2, waiting:800,stopped:1000, total:1802
acitive:2, waiting:400,stopped:1000, total:1402
acitive:2, waiting:0,stopped:1000, total:1002
acitive:0, waiting:0,stopped:1000, total:1000

from webui-aria2.

SmallDryad avatar SmallDryad commented on June 23, 2024

I have modified the code in settings.js:
"max-download-result": { val: 999999, desc: "Set maximum number of download result kept in memory. The download results are completed/error/removed downloads. The download results are stored in FIFO queue and it can store at most NUM download results. When queue is full and new download result is created, oldest download result is removed from the front of the queue and new one is pushed to the back. Setting big number in this option may result high memory consumption after thousands of downloads. Specifying 0 means no download result is kept. Default: 999999" },
BUT it didn't work, so I thought I could change the code of aria2:

from webui-aria2.

SmallDryad avatar SmallDryad commented on June 23, 2024

I add a new code into the aria2 start program:
--max-download-result=999999
the max download result number exceeded 1000

from webui-aria2.

SmallDryad avatar SmallDryad commented on June 23, 2024

Now can someone tell me if the code in settings.js is just illustrative?If so, I'm afraid I've taken the time to put useful Settings into the launcher I wrote myself

from webui-aria2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.