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

Fix file filter bug and add more telemetry data #65

Merged
merged 6 commits into from
Jun 21, 2024

Commits on Jun 20, 2024

  1. Fix file filter bug:

    There're many 'invalid/unused' members inside a group, so use  all group members count to do cid % operation will filter most files out.
    Also it will increase the probability during the probabilityFilter.
    So enhance the code to filter out invalid group members
    wuhaixian1984 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0bd223a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    145d34a View commit details
    Browse the repository at this point in the history
  2. Change the node-info-updater-task updateInterval to 30 minutes:

    After we change to use batch mode, the time cost to retrieve all work reports from chain
    has been reduced from ~100 minutes to ~5 minutes, so we can shorten the updateInterval
    update group info every 30 minutes
    wuhaixian1984 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cf71f4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5097184 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aead68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25f2d2b View commit details
    Browse the repository at this point in the history