Code Monkey home page Code Monkey logo

Comments (3)

Pid226 avatar Pid226 commented on September 26, 2024

I'm getting the same issue. If I use -1 for max_ratio or max_seeding_time when min_seeding_time is set to any value, I get verification error that value cannot be lower than min_seeding_time.

If I try remove max_ratio and max_seeding_time so it reverts to default values I still get the verification error as script still expects values for those fields. In effect the new change is making max_ratio and max_seeding_time mandatory fields if min_seeding_time is set.

To work around the verification, I've had to set arbritury high values to max_ratio (999) and max_seeding_time (525600) for any groups where they weren't set or used -1.

from qbit_manage.

bobokun avatar bobokun commented on September 26, 2024

Additional checks were added in place to avoid invalid configurations. The min_seeding_time was only being used whenever max_ratio is set.

In the case where max_ratio isn't set or set to infinite, setting min_seeding_time isn't doing anything. In order to fix this error you would want to change your min_seeding_time to max_seeding_time and therefore the share limits being applied will only delete the torrents once that particular group meets the max_seeding_time.

from qbit_manage.

Pid226 avatar Pid226 commented on September 26, 2024

Ah ok. Yeah that makes sense now. I've removed min_seeding_time where I don't use max_ratio and script now works as expected. Thanks

from qbit_manage.

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.