Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add backlog manager reload mechanism #498

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 24, 2024

  1. fix: TestBacklogMgr unit

    change: backlog DRWMutex to RWMutex
    CTRLRLTY committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    12dd6b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. add: backlog manager cache reload

    add: backlog cache reload unit test
    CTRLRLTY committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1acbea2 View commit details
    Browse the repository at this point in the history
  2. add: a detail comment for a misleading issue

    Explained reason for the need of a code mentioned
    in 7340e2a
    CTRLRLTY committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ad5644c View commit details
    Browse the repository at this point in the history
  3. refactor: a vague solution for a hidden bug

    Created an alternative solution for a confusing
    code explained in ad5644c
    CTRLRLTY committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c01490e View commit details
    Browse the repository at this point in the history