Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Document console-only settings for power users #455

@user1823

Description

@user1823

In the last 1 year, some console-only options were added, which are not documented anywhere. I would be good to mention them somewhere in the manual.

  1. Feat/option to enable FSRS short-term scheduler when (re)learning steps run out && speed up features based on simulation anki#3505
    mw.col._set_enable_fsrs_short_term_with_steps(True)
  2. Disable load balancer (Refactor: Make Load Balancer Optional Throughout Codebase anki#3860)
    mw.col._set_load_balancer_enabled(False)
  3. Feat/Add legacy evaluate config bool anki#4149
    from anki.config import Config
    mw.col.set_config_bool(Config.Bool.FSRS_LEGACY_EVALUATE, True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions