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

removed call to saidump to fix timeouts to redis-db during techsupport #696

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 4, 2019

  1. removed call to saidump to fix timeouts to redis-db during techsupport

    In a node with tons of configuration, issuing techsupport results in
    call to saidump which locks redis-db for a long time causing other
    daemons to timeout and crash. This commit removes the saidump call as
    the same information is already saved in call to redis-dump.
    lyndonsiao committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    9d23c15 View commit details
    Browse the repository at this point in the history