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

Only use boost workers for leveldb shadow queues #15696

Commits on May 1, 2021

  1. Only use boost workers for leveldb shadow queues

    The leveldb shadow queue of a persistable channel queue should always start with 0
    workers and just use boost to add additional workers if necessary.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 1, 2021
    Configuration menu
    Copy the full SHA
    5733a8f View commit details
    Browse the repository at this point in the history
  2. create a zero boost so that if there are no workers in a pool - boost…

    … to start the workers
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 1, 2021
    Configuration menu
    Copy the full SHA
    7713744 View commit details
    Browse the repository at this point in the history
  3. oops

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 1, 2021
    Configuration menu
    Copy the full SHA
    45ed06c View commit details
    Browse the repository at this point in the history
  4. actually set timeout appropriately on boosted workers

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 1, 2021
    Configuration menu
    Copy the full SHA
    b1f6a0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    685ff1d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    a6682bd View commit details
    Browse the repository at this point in the history