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

#956 Flow control fixes #957

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    ea4148f View commit details
    Browse the repository at this point in the history
  2. fix MAX_QUEUE_SIZE to match config file default

    It's not really clear what to do here. If someone has altered their
    config file to remove this line, this patch will alter behaviour of
    their instance. However, the example config default has been 10000 since
    first commit, and that's probably a more sensible default value. It
    might nonetheless be more sensible to just document the discrepancy.
    bucko909 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1ae7548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84d5f94 View commit details
    Browse the repository at this point in the history
  4. [graphite-project#956] allow cache to slightly exceed max size

    I've used a smaller overage for this setting, as the cache is a much
    slower process than the relay, so hopefully its size is much higher.
    bucko909 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4d321ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbf2925 View commit details
    Browse the repository at this point in the history